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": "9c43efef-2b74-47ea-9748-68085575244e",
"InvoiceNumber": 2,
"InvoiceDate": "2026-03-12T07:50:18.275844-04:00",
"PersonID": "7f9d3f16-ad46-41db-8776-0ec2120d2d0b",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-03-12T07:50:18.275844-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "4513dc18-d363-483e-afd5-a1a8a38a0f17",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "a583beba-5e47-45fc-9825-1279382f67d1",
"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": "21798cd6-a5e5-410e-a293-91b5938929be",
"InvoiceNumber": 2,
"InvoiceDate": "2026-03-12T07:50:18.275844-04:00",
"PersonID": "c02d1d2b-b527-40d2-8ee1-8b113917042d",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-03-12T07:50:18.275844-04:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "3f6db364-34e3-44bc-b3b0-7bb1e720d0a6",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "804d2784-75dc-4aeb-bd0d-ba24b358b41a",
"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"
}