POST user/PostUserInformations
Request Information
URI Parameters
None.
Body Parameters
UserInformationsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
|
| PersonGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid": "61e0a585-f201-4189-9d02-490448fa1896",
"PersonGuid": "e1e71667-6a0e-4542-a2df-971c682bd8e1"
}
application/xml, text/xml
Sample:
<UserInformationsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <Guid>61e0a585-f201-4189-9d02-490448fa1896</Guid> <PersonGuid>e1e71667-6a0e-4542-a2df-971c682bd8e1</PersonGuid> </UserInformationsInput>
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. |