POST Api/ClientPortal/ClientContact/AddClientContactUser
Request Information
URI Parameters
None.
Body Parameters
UserClientPortalModelName | 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": "a253c32e-f747-4de5-a930-e532a38a4222", "ProductCode": "sample string 2", "OrganisationName": "sample string 3", "Code": "110efa7b-69e5-470f-bd2e-247ec5985321", "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>110efa7b-69e5-470f-bd2e-247ec5985321</Code> <ExpirationTime>1</ExpirationTime> <OrganisationName>sample string 3</OrganisationName> <ProductCode>sample string 2</ProductCode> <SubscriptionId>a253c32e-f747-4de5-a930-e532a38a4222</SubscriptionId> <UserName>sample string 1</UserName> </UserClientPortalModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |