POST api/tax/pay/hmrc
Pay tax out of tax held account Processes this tax API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The pay tax data contract supplied with the request.
PayTaxDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount |
The amount value. |
decimal number |
None. |
| DateTime |
The date time, expressed as a date and time. |
date |
None. |
| ClientAccountId |
The unique identifier of the related client account resource. |
integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Amount": 1.0,
"DateTime": "2026-08-05T01:29:50.0179917Z",
"ClientAccountId": 1
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.