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": "fd8cc91b-6236-4b69-a5eb-c05fdbe883cf", "InvoiceNumber": 2, "InvoiceDate": "2024-11-21T03:19:50.409075-05:00", "PersonID": "23996d49-1232-4d0c-b983-67d31d4266d3", "InvoiceTotal": 4.0, "PaymentMethod": "sample string 5", "PaymentStatus": 64, "PaymentMessage": "sample string 7", "PaymentTransactionID": "sample string 8", "Deleted": true, "PaymentDateTime": "2024-11-21T03:19:50.409075-05:00", "ReceiptEmailed": true, "InvoicePayor": true, "InvoicePayorCompanyID": "32517a24-27be-46dc-8b8b-0600d6bf8eb5", "InvoicePayorBillSent": true, "InvoicePayorBillPaid": true, "ClientPONumber": "sample string 14", "ClientBrandingURLID": "b893c8b9-d059-4422-965b-1d0ac9ebd67d", "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": "8f791a54-75a6-422e-a4eb-8aa4ee6c7c1e", "InvoiceNumber": 2, "InvoiceDate": "2024-11-21T03:19:50.4290218-05:00", "PersonID": "e72c30b4-6ba9-4d27-b93d-c2f528023038", "InvoiceTotal": 4.0, "PaymentMethod": "sample string 5", "PaymentStatus": 64, "PaymentMessage": "sample string 7", "PaymentTransactionID": "sample string 8", "Deleted": true, "PaymentDateTime": "2024-11-21T03:19:50.4290218-05:00", "ReceiptEmailed": true, "InvoicePayor": true, "InvoicePayorCompanyID": "9c709a61-f8af-42fb-aae7-98754eee8a0c", "InvoicePayorBillSent": true, "InvoicePayorBillPaid": true, "ClientPONumber": "sample string 14", "ClientBrandingURLID": "6c82f4ce-c9d2-4d2b-b835-688ddcdb882d", "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" }