POST reapitforms/v1/events/documents/statusupdate
Request Information
URI Parameters
None.
Body Parameters
DocumentStatusChangeWebhookPayloadName | 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": "2ee2d1eb-4b2f-484a-a395-bdba1ee1bf2b", "OrganizationID": "fbb1ab0d-67eb-43fc-b073-e4a1ec1be012", "PreviousStatus": 3, "CurrentStatus": 0, "LastAction": 0, "ValidFromUTC": "2025-08-01T21:02:38.4083318+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>fbb1ab0d-67eb-43fc-b073-e4a1ec1be012</OrganisationID> <PreviousStatus>3</PreviousStatus> <ReferenceID>2ee2d1eb-4b2f-484a-a395-bdba1ee1bf2b</ReferenceID> <ValidFromUTC>2025-08-01T21:02:38.4083318+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>fbb1ab0d-67eb-43fc-b073-e4a1ec1be012</OrganisationID><PreviousStatus>3</PreviousStatus><ReferenceID>2ee2d1eb-4b2f-484a-a395-bdba1ee1bf2b</ReferenceID><ValidFromUTC>2025-08-01T21:02:38.4083318+00:00</ValidFromUTC></DocumentStatusChangeWebhookPayload>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |