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": "fc71b4d5-d31e-422d-814e-92d3679a7540",
  "InvoiceNumber": 2,
  "InvoiceDate": "2026-07-26T19:38:09.7118489-04:00",
  "PersonID": "b00d56aa-ff04-45d0-80e9-251290cc6d54",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2026-07-26T19:38:09.7118489-04:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "10f82f18-4b13-48c5-977e-4af443820a19",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "9a2cdc7c-b5ef-4c49-b90a-fd6f9c1e88ee",
  "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": "95e5a640-d849-4807-b393-2acab769b9ce",
  "InvoiceNumber": 2,
  "InvoiceDate": "2026-07-26T19:38:09.7274362-04:00",
  "PersonID": "3c91a1d2-d6ee-42f5-80ec-2e4571b909b8",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2026-07-26T19:38:09.7274362-04:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "06f12f5e-0ed3-4cce-b003-d42aa01e5130",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "d9d7695f-e0bd-4790-b094-2e9dff2230ff",
  "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"
}