POST reapitforms/v1/events/documents/statusupdate
Request Information
URI Parameters
None.
Body Parameters
DocumentStatusChangeWebhookPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| ReferenceID | globally unique identifier |
None. |
|
| OrganizationID | globally unique identifier |
None. |
|
| PreviousStatus | integer |
None. |
|
| CurrentStatus | DocumentStatus |
None. |
|
| LastAction | DocumentActivity |
None. |
|
| ValidFromUTC | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReferenceID": "ebaaca17-0bf2-43a9-a575-2ff6245a6a5e",
"OrganizationID": "faa04ed3-3cac-4ded-80c3-79bde661fcc3",
"PreviousStatus": 3,
"CurrentStatus": 0,
"LastAction": 0,
"ValidFromUTC": "2026-02-04T03:09:05.2586238+00:00"
}
application/xml, text/xml
Sample:
<DocumentStatusChangeWebhookPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.Integration.ReapitForms.Jobs"> <CurrentStatus>None</CurrentStatus> <LastAction>None</LastAction> <OrganisationID>faa04ed3-3cac-4ded-80c3-79bde661fcc3</OrganisationID> <PreviousStatus>3</PreviousStatus> <ReferenceID>ebaaca17-0bf2-43a9-a575-2ff6245a6a5e</ReferenceID> <ValidFromUTC>2026-02-04T03:09:05.2586238+00:00</ValidFromUTC> </DocumentStatusChangeWebhookPayload>
multipart/form-data
Sample:
<DocumentStatusChangeWebhookPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.Integration.ReapitForms.Jobs"><CurrentStatus>None</CurrentStatus><LastAction>None</LastAction><OrganisationID>faa04ed3-3cac-4ded-80c3-79bde661fcc3</OrganisationID><PreviousStatus>3</PreviousStatus><ReferenceID>ebaaca17-0bf2-43a9-a575-2ff6245a6a5e</ReferenceID><ValidFromUTC>2026-02-04T03:09:05.2586238+00:00</ValidFromUTC></DocumentStatusChangeWebhookPayload>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |