POST api/tax/pay/hmrc
Pay tax out of tax held account
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Tax.PayTaxDataContractName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
DateTime | date |
None. |
|
ClientAccountId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Amount": 1.0, "DateTime": "2024-11-21T09:56:12.9996771Z", "ClientAccountId": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.