PUT api/EmployeeCustomFields
Request Information
URI Parameters
None.
Body Parameters
EntityMetadataRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityMetadataId | globally unique identifier |
None. |
|
| Property | string |
None. |
|
| Label | string |
None. |
|
| Type | string |
None. |
|
| Displayed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityMetadataId": "a2a780f6-c1b7-4c62-9063-9c38f6d68310",
"Property": "sample string 2",
"Label": "sample string 3",
"Type": "sample string 4",
"Displayed": true
}
application/xml, text/xml
Sample:
<EntityMetadataRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities"> <Displayed>true</Displayed> <EntityMetadataId>a2a780f6-c1b7-4c62-9063-9c38f6d68310</EntityMetadataId> <Label>sample string 3</Label> <Property>sample string 2</Property> <Type>sample string 4</Type> </EntityMetadataRecord>
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. |