PUT api/employeecustomfields/entitymetadataoptions
Request Information
URI Parameters
None.
Body Parameters
Collection of EntityMetadataOption| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityMetadataOptionId | globally unique identifier |
None. |
|
| EntityMetadataId | globally unique identifier |
None. |
|
| Option | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EntityMetadataOptionId": "b8dc138b-491b-4f6c-98a3-e0f43b04964e",
"EntityMetadataId": "f3fc4e50-f86d-4a64-b239-72feb65aa2cc",
"Option": "sample string 2"
},
{
"EntityMetadataOptionId": "b8dc138b-491b-4f6c-98a3-e0f43b04964e",
"EntityMetadataId": "f3fc4e50-f86d-4a64-b239-72feb65aa2cc",
"Option": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEntityMetadataOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities">
<EntityMetadataOption>
<EntityMetadataId>f3fc4e50-f86d-4a64-b239-72feb65aa2cc</EntityMetadataId>
<EntityMetadataOptionId>b8dc138b-491b-4f6c-98a3-e0f43b04964e</EntityMetadataOptionId>
<Option>sample string 2</Option>
</EntityMetadataOption>
<EntityMetadataOption>
<EntityMetadataId>f3fc4e50-f86d-4a64-b239-72feb65aa2cc</EntityMetadataId>
<EntityMetadataOptionId>b8dc138b-491b-4f6c-98a3-e0f43b04964e</EntityMetadataOptionId>
<Option>sample string 2</Option>
</EntityMetadataOption>
</ArrayOfEntityMetadataOption>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |