POST api/sync/credasv2actor/{groupId}/{personId}/{negId}
callback from credas to notify us of actor updates to a case
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupId | integer |
Required |
|
personId | integer |
Required |
|
negId | integer |
Required |
Body Parameters
CredasV2ActorWebhookDataContractName | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
None. |
|
processId | globally unique identifier |
None. |
|
processActorId | integer |
None. |
|
entityId | globally unique identifier |
None. |
|
smsStatus | integer |
None. |
|
smsStatusDescription | string |
None. |
|
emailStatus | integer |
None. |
|
emailStatusDescription | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "clientId": "4b15ad15-4ced-4287-8311-a9d8d2edb6a1", "processId": "9233698e-5518-4103-a563-454e59c451f6", "processActorId": 3, "entityId": "96c8fd13-e7ec-4578-85bc-0d8288115d24", "smsStatus": 5, "smsStatusDescription": "sample string 6", "emailStatus": 7, "emailStatusDescription": "sample string 8" }
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. |