POST Api/ClientPortal/ClientContact/AddClientContactUser
Request Information
URI Parameters
None.
Body Parameters
UserClientPortalModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| SubscriptionId | globally unique identifier |
None. |
|
| ProductCode | string |
None. |
|
| OrganisationName | string |
None. |
|
| Code | globally unique identifier |
None. |
|
| ExpirationTime | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"SubscriptionId": "28817bd3-c612-419f-a147-e5b289899194",
"ProductCode": "sample string 2",
"OrganisationName": "sample string 3",
"Code": "7560d2e6-6213-4791-b202-8eeb11f0f2d9",
"ExpirationTime": 1
}
application/xml, text/xml
Sample:
<UserClientPortalModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.ClientPortal"> <Code>7560d2e6-6213-4791-b202-8eeb11f0f2d9</Code> <ExpirationTime>1</ExpirationTime> <OrganisationName>sample string 3</OrganisationName> <ProductCode>sample string 2</ProductCode> <SubscriptionId>28817bd3-c612-419f-a147-e5b289899194</SubscriptionId> <UserName>sample string 1</UserName> </UserClientPortalModel>
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. |