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": "65c142aa-a0e9-48c9-9f64-a91b2ddba6fb",
"PersonGuid": "79969a6a-7bba-42d9-8d0a-380de40bb830"
}
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>65c142aa-a0e9-48c9-9f64-a91b2ddba6fb</Guid> <PersonGuid>79969a6a-7bba-42d9-8d0a-380de40bb830</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. |