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": "0f10461c-03b1-4150-9fb7-eb517576e27a",
"PersonGuid": "46d296ca-d1ca-4d1f-9eab-2b75da63f278"
}
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>0f10461c-03b1-4150-9fb7-eb517576e27a</Guid> <PersonGuid>46d296ca-d1ca-4d1f-9eab-2b75da63f278</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. |