Delete
Deletes the 1094-C/1095-C return created in TaxBandits. Transmitted forms can not be deleted.
DELETE Form1095C/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 |
FormACARecords | object | Pulls the Form ACA 1095C&1094C Records with Success and Error statuses. |
  SuccessRecords | object[] | It will show the detailed information about the success status of Form ACA 1095C&1094C Records. |
    RecordId | Guid | Unique identifier of a record. |
    RecordStatus | string | Returns the status of the records. |
    StatusTs | string | Date and time of return deleted. |
  ErrorRecords | object[] | It will show the detailed information about the error status of Form ACA 1095C&1094C Records. |
Errors | object[] | Shows detailed error information. |
  Code | string | Returns the validation error code. |
  Name | string | Name of the validation error. |
  Message | string | Description of the validation error. |
  Type | string | Type of validation error. |
Request JSON
Form1095C/Delete?SubmissionId=fa5bae12-3ede-48d8-a720-a72dd43ce0eb
Response JSON
{ "StatusCode": 200, "StatusName": "Ok", "StatusMessage": "Successful API call", "SubmissionId": "fa5bae12-3ede-48d8-a720-a72dd43ce0eb", "FormACARecords": { "SuccessRecords": { "RecordId": "ee0365e1-de21-48c1-bf46-0850944a1fb8", "RecordStatus": "DELETED", "StatusTS": "2020-08-19 16:21:11 +05:30" }, "ErrorRecords": null }}