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": "4b4c1640-0593-457c-b74f-24297e76a524",
"EntityMetadataId": "062f7f4a-e4bc-40ac-a23d-a54b2ba47182",
"Option": "sample string 2"
},
{
"EntityMetadataOptionId": "4b4c1640-0593-457c-b74f-24297e76a524",
"EntityMetadataId": "062f7f4a-e4bc-40ac-a23d-a54b2ba47182",
"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>062f7f4a-e4bc-40ac-a23d-a54b2ba47182</EntityMetadataId>
<EntityMetadataOptionId>4b4c1640-0593-457c-b74f-24297e76a524</EntityMetadataOptionId>
<Option>sample string 2</Option>
</EntityMetadataOption>
<EntityMetadataOption>
<EntityMetadataId>062f7f4a-e4bc-40ac-a23d-a54b2ba47182</EntityMetadataId>
<EntityMetadataOptionId>4b4c1640-0593-457c-b74f-24297e76a524</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. |