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": "e92732b0-14f7-4ab9-a9d4-bcda941d2d0d",
  "InvoiceNumber": 2,
  "InvoiceDate": "2026-01-27T04:48:47.9915763-05:00",
  "PersonID": "872dbecf-7a29-40bd-b3ea-ae4016c76b5f",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2026-01-27T04:48:47.9915763-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "434f1d18-090d-446c-bd31-e578789d90f6",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "7e0fd72d-c872-4e76-bc17-5a10397a1b4e",
  "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": "873ea635-e3ed-4fab-9c89-fa0793d22a41",
  "InvoiceNumber": 2,
  "InvoiceDate": "2026-01-27T04:48:47.9915763-05:00",
  "PersonID": "a38a2bd6-d65e-4a39-a1f3-e8eedd841c61",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2026-01-27T04:48:47.9915763-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "aae333ab-14c1-4d33-9828-1bbca4f15663",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "4a23bc95-caca-4d3f-a51f-90fc2003e0fc",
  "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"
}