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:
application/json, text/json
Sample:
{ "clientId": "d8267a12-e340-4bd7-98da-e17db048de2a", "processId": "2903e7be-cf3d-4af3-a153-cdfaeabae789", "processActorId": 3, "entityId": "8d32c7c9-ab98-4677-b2aa-8270fbf3e8ab", "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. |