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": "caeb3218-1804-4a0e-84e3-aa03f315ac9e",
"InvoiceNumber": 2,
"InvoiceDate": "2026-05-16T02:39:33.5589895-04:00",
"PersonID": "4d305de9-3330-450f-a3b3-273d9af6e561",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-05-16T02:39:33.5589895-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "2e0f81a6-f352-49fd-a87b-6279d29ff43f",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "1679958d-79a1-47e7-91fe-d7b8836fc168",
"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": "bf1be2fa-f590-4781-930c-e9b78d719a55",
"InvoiceNumber": 2,
"InvoiceDate": "2026-05-16T02:39:33.7152318-04:00",
"PersonID": "e5f40240-71bc-4873-99e1-f70ac9f87351",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-05-16T02:39:33.7152318-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "428e1b8e-70a0-4fc1-a482-9b82f441b3bc",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "8e102820-227f-4803-8f7f-a9ab7900278f",
"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"
}