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": "1e13670e-de17-400b-9e6e-744590de21c1",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-11-16T23:07:35.5541024-05:00",
  "PersonID": "ef80ed7f-5877-4cfd-9091-12f84d73e1ce",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-11-16T23:07:35.5541024-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "0278cecd-4361-4f2a-96d4-d40412ff6fe6",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "a05ab3dd-f6a9-4367-8591-b2ffc2870ad6",
  "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": "9a35b10f-bb94-4fc0-8229-312d696ddeb2",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-11-16T23:07:35.569714-05:00",
  "PersonID": "3fcf1b33-8093-4e8b-9fba-9193e745d677",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-11-16T23:07:35.569714-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "b1504b8d-7f65-4ae2-8e0a-8814ac2c394f",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "fc31c83c-4b4b-410a-9d9e-e68e9526c5bd",
  "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"
}