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": "aa626f79-e7eb-4218-8683-6deb602fc394",
"InvoiceNumber": 2,
"InvoiceDate": "2026-07-29T07:03:32.5410928-04:00",
"PersonID": "d9567f82-af14-4478-9452-cf1531447641",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-07-29T07:03:32.5410928-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "1862d28a-a691-4244-81fc-e382c08c2021",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "993b545b-905e-4e7f-8483-90db07d55641",
"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": "1a14ac66-c940-4161-bb82-a5b9c32c09e4",
"InvoiceNumber": 2,
"InvoiceDate": "2026-07-29T07:03:32.5410928-04:00",
"PersonID": "2a8c0d9f-19e0-449d-8827-5eaf4a569205",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-07-29T07:03:32.5410928-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "db00efa7-87b7-4c67-9332-dfba6ff66235",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "fdf37540-2688-44d1-b44f-a9516efa2a01",
"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"
}