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": "88fc1dba-37f5-4fff-896c-b74e7ccb12d5",
"EntityMetadataId": "a95f1586-3967-4f3b-a285-73c877356251",
"Option": "sample string 2"
},
{
"EntityMetadataOptionId": "88fc1dba-37f5-4fff-896c-b74e7ccb12d5",
"EntityMetadataId": "a95f1586-3967-4f3b-a285-73c877356251",
"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>a95f1586-3967-4f3b-a285-73c877356251</EntityMetadataId>
<EntityMetadataOptionId>88fc1dba-37f5-4fff-896c-b74e7ccb12d5</EntityMetadataOptionId>
<Option>sample string 2</Option>
</EntityMetadataOption>
<EntityMetadataOption>
<EntityMetadataId>a95f1586-3967-4f3b-a285-73c877356251</EntityMetadataId>
<EntityMetadataOptionId>88fc1dba-37f5-4fff-896c-b74e7ccb12d5</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. |