POST Api/ClientPortal/ClientContact/ClientPortalResendInvitation
Request Information
URI Parameters
None.
Body Parameters
ClientPortalResendInvitationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
|
| OrganisationName | string |
None. |
|
| Code | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"OrganisationName": "sample string 2",
"Code": "8a67361d-634f-4806-8917-c796e42bf1e0"
}
application/xml, text/xml
Sample:
<ClientPortalResendInvitationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.ClientPortal"> <Code>8a67361d-634f-4806-8917-c796e42bf1e0</Code> <OrganisationName>sample string 2</OrganisationName> <UserName>sample string 1</UserName> </ClientPortalResendInvitationModel>
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. |