POST api/Invs
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"InvID": 1,
"Val": 1.1,
"InvDate": "2025-12-10T14:47:24.983641-08:00",
"InvNotes": "sample string 3",
"InvType": "sample string 4",
"billno": "sample string 5",
"accountId": "sample string 6",
"AccountName": "sample string 7",
"TreasuryId": 8,
"TreasuryName": "sample string 9",
"Disc": 1.1,
"CostCenterId": "sample string 10",
"EntryUserId": 1,
"EntryUserDate": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"InvID": 1,
"Val": 1.1,
"InvDate": "2025-12-10T14:47:24.983641-08:00",
"InvNotes": "sample string 3",
"InvType": "sample string 4",
"billno": "sample string 5",
"accountId": "sample string 6",
"AccountName": "sample string 7",
"TreasuryId": 8,
"TreasuryName": "sample string 9",
"Disc": 1.1,
"CostCenterId": "sample string 10",
"EntryUserId": 1,
"EntryUserDate": "sample string 11"
}