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": "b36acfab-791e-49c2-bd77-881743f98460", "InvoiceNumber": 2, "InvoiceDate": "2024-10-06T07:28:48.0438765-04:00", "PersonID": "7ace3246-a7cd-4137-869f-a6fb3e35f2bb", "InvoiceTotal": 4.0, "PaymentMethod": "sample string 5", "PaymentStatus": 64, "PaymentMessage": "sample string 7", "PaymentTransactionID": "sample string 8", "Deleted": true, "PaymentDateTime": "2024-10-06T07:28:48.0438765-04:00", "ReceiptEmailed": true, "InvoicePayor": true, "InvoicePayorCompanyID": "e8a2acd5-4f17-4b10-9d74-007bec66cc8f", "InvoicePayorBillSent": true, "InvoicePayorBillPaid": true, "ClientPONumber": "sample string 14", "ClientBrandingURLID": "c93ab2cc-2b68-4859-99ff-90d16eb371a7", "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": "2402aa1c-e5ec-4240-aae3-f925cf9a65d4", "InvoiceNumber": 2, "InvoiceDate": "2024-10-06T07:28:48.0488765-04:00", "PersonID": "d3ba31b8-8762-4992-b9fa-a0daa37d40ed", "InvoiceTotal": 4.0, "PaymentMethod": "sample string 5", "PaymentStatus": 64, "PaymentMessage": "sample string 7", "PaymentTransactionID": "sample string 8", "Deleted": true, "PaymentDateTime": "2024-10-06T07:28:48.0488765-04:00", "ReceiptEmailed": true, "InvoicePayor": true, "InvoicePayorCompanyID": "191d866d-85b5-4689-8420-60711f2ffa4c", "InvoicePayorBillSent": true, "InvoicePayorBillPaid": true, "ClientPONumber": "sample string 14", "ClientBrandingURLID": "2d8847a0-b005-47b3-8a62-c4bd9b588745", "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" }