POST api/sync/credasv2status/{groupId}/{personId}/{negId}
callback from credas to notify us of status updates to a case
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
|
| personId | integer |
Required |
|
| negId | integer |
Required |
Body Parameters
CredasV2StatusWebhookDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | integer |
None. |
|
| Payload | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"UpdateType": 1,
"Payload": "sample string 2"
}
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. |