POST api/tax/pay/hmrc

Pay tax out of tax held account

Request Information

URI Parameters

None.

Body Parameters

PayTaxDataContract
NameDescriptionTypeAdditional information
Amount

decimal number

None.

DateTime

date

None.

ClientAccountId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PayTaxDataContract'.

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "DateTime": "2025-09-15T11:25:30.1196657Z",
  "ClientAccountId": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.