Delete
DELETE Form8809/Delete
Request Body
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code |
StatusMessage | string | Detailed status message |
SubmissionId | Guid | Unique identifier of a submission |
Form8809Status | string | Returns the 8809 status. |
StatusTs | string | Returns the date and time of the status last updated. |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Request JSON
Form8809/Delete?SubmissionId=e88e7f1d-7ae5-43b6-99f6-38d85664035a
Response JSON
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "000e9b21-c0fd-421c-867e-93ef54d37b33",
"Form8809Status": "DELETED",
"StatusTs": "2021-08-05 09:53:23 -04:00",
"Errors": null
}