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": "5f195697-6dea-4d80-b4e9-01791c272530",
"InvoiceNumber": 2,
"InvoiceDate": "2026-02-24T17:32:39.7491815-05:00",
"PersonID": "a8c70110-cb46-470d-892f-cbf02055bfba",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-02-24T17:32:39.7491815-05:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "ef1f497c-1b9b-410b-ab8c-5ac7070227f1",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "6bff7bea-4cb9-41aa-938e-5470060fc0d8",
"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": "ee55302e-940f-4b20-aa84-c879f8bdc840",
"InvoiceNumber": 2,
"InvoiceDate": "2026-02-24T17:32:39.7491815-05:00",
"PersonID": "d8b39d0c-d24c-4118-b35c-ba7b315d76b0",
"InvoiceTotal": 4.0,
"PaymentMethod": "sample string 5",
"PaymentStatus": 64,
"PaymentMessage": "sample string 7",
"PaymentTransactionID": "sample string 8",
"Deleted": true,
"PaymentDateTime": "2026-02-24T17:32:39.7491815-05:00",
"ReceiptEmailed": true,
"InvoicePayor": true,
"InvoicePayorCompanyID": "6cf0fc04-0ad6-428d-8b1e-8995d716aa1d",
"InvoicePayorBillSent": true,
"InvoicePayorBillPaid": true,
"ClientPONumber": "sample string 14",
"ClientBrandingURLID": "9ae49586-ff07-4592-ba2d-ac084a96d2f8",
"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"
}