POST api/Invoice
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:
{
"InvoiceID": "e319f714-4931-4369-90ab-bc1fcd2bd139",
"InvoiceNumber": 2,
"InvoiceDate": "2026-04-27T13:36:07.3959784-04:00",
"PersonID": "506c0c81-bc4f-4158-b22a-2b0f3c2a9682",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-04-27T13:36:07.3959784-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "299b4c7b-ea7d-490d-9877-da124ac38273",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "612be57c-51df-498a-8153-8d7612bb6728",
"UserHostAddress": "sample string 15",
"FirstName": "sample string 16",
"LastName": "sample string 17",
"Company": "sample string 18",
"Street1": "sample string 19",
"Street2": "sample string 20",
"City": "sample string 21",
"State": "sample string 22",
"Zip": "sample string 23",
"Country": "sample string 24",
"Phone": "sample string 25",
"Fax": "sample string 26",
"EmailAddress": "sample string 27",
"Ship_Name": "sample string 28",
"Ship_Street1": "sample string 29",
"Ship_Street2": "sample string 30",
"Ship_City": "sample string 31",
"Ship_State": "sample string 32",
"Ship_Zip": "sample string 33",
"Ship_Country": "sample string 34",
"Ship_Phone": "sample string 35"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"InvoiceID": "018bdbfa-56dd-4895-9ae4-7812e087df04",
"InvoiceNumber": 2,
"InvoiceDate": "2026-04-27T13:36:07.3959784-04:00",
"PersonID": "c602b08e-e34b-4649-ab6a-8e7a6e255272",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-04-27T13:36:07.3959784-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "d3014a07-cc0b-42f5-b46f-36f89ff87b37",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "922ca229-4c9b-4e01-9697-4a4abb9e3041",
"UserHostAddress": "sample string 15",
"FirstName": "sample string 16",
"LastName": "sample string 17",
"Company": "sample string 18",
"Street1": "sample string 19",
"Street2": "sample string 20",
"City": "sample string 21",
"State": "sample string 22",
"Zip": "sample string 23",
"Country": "sample string 24",
"Phone": "sample string 25",
"Fax": "sample string 26",
"EmailAddress": "sample string 27",
"Ship_Name": "sample string 28",
"Ship_Street1": "sample string 29",
"Ship_Street2": "sample string 30",
"Ship_City": "sample string 31",
"Ship_State": "sample string 32",
"Ship_Zip": "sample string 33",
"Ship_Country": "sample string 34",
"Ship_Phone": "sample string 35"
}