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": "90ba56ff-3c89-48a5-ae16-81743a515a4d",
"EntityMetadataId": "1d919db0-db58-4ad6-b0ea-49e26df0c823",
"Option": "sample string 2"
},
{
"EntityMetadataOptionId": "90ba56ff-3c89-48a5-ae16-81743a515a4d",
"EntityMetadataId": "1d919db0-db58-4ad6-b0ea-49e26df0c823",
"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>1d919db0-db58-4ad6-b0ea-49e26df0c823</EntityMetadataId>
<EntityMetadataOptionId>90ba56ff-3c89-48a5-ae16-81743a515a4d</EntityMetadataOptionId>
<Option>sample string 2</Option>
</EntityMetadataOption>
<EntityMetadataOption>
<EntityMetadataId>1d919db0-db58-4ad6-b0ea-49e26df0c823</EntityMetadataId>
<EntityMetadataOptionId>90ba56ff-3c89-48a5-ae16-81743a515a4d</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. |