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
CredasV2ActorWebhookDataContract| Name | 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": "278b7021-faf1-444e-8786-44005becb3c3",
"processId": "272ae0b2-c03d-455c-9c25-93ae3a7a75f5",
"processActorId": 3,
"entityId": "a560e896-2c07-4de7-afdb-21422ebacbdb",
"smsStatus": 5,
"smsStatusDescription": "sample string 6",
"emailStatus": 7,
"emailStatusDescription": "sample string 8"
}
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. |