POST api/Invoice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
invoice
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InvoiceID": "896c3474-de1c-4000-99ea-121089fd08e2",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-06-14T14:20:36.8779823-04:00",
  "PersonID": "18b92a49-fcdc-4dc8-811d-80cdd59a7f27",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-06-14T14:20:36.8779823-04:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "34115adf-25c6-4a02-b066-0d3acd4173b1",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "56deca0b-e8f7-41ed-9073-0c8b634359e6",
  "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": "64bb21fc-ee9f-4150-a4dc-8e6cb41d674e",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-06-14T14:20:36.8799819-04:00",
  "PersonID": "450d1330-27d9-4420-abef-aebc76cc048d",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-06-14T14:20:36.8799819-04:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "b422bdd3-d306-4f9d-bd3a-efc6c3a199ed",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "cff0d63b-4907-45ca-b956-03217a103083",
  "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"
}