POST api/sync/credasv2process/{groupId}/{personId}/{negId}
callback from credas to notify us of process updates to a case
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
|
| personId | integer |
Required |
|
| negId | integer |
Required |
Body Parameters
CredasV2ProcessWebhookDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcessId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| StatusDescription | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{
"ProcessId": "8a7bf611-52e1-42ff-a3af-80abf7c0d884",
"ClientId": "4c552c58-d865-4967-bec1-3742a1ac517f",
"Status": 3,
"StatusDescription": "sample string 4"
}
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. |