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": "98f5aa28-073b-4339-b6b2-0970411386ed",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-01-24T08:10:46.3726749-05:00",
  "PersonID": "d6846a9d-82e5-4422-be00-f6cf5b7c571e",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-01-24T08:10:46.3726749-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "98f8232e-1836-42cb-aca6-5b7a94a5659e",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "cc350a2e-297c-4ca6-b162-64715f3091fb",
  "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": "5407a690-ac36-4325-b22a-5a719771f9a4",
  "InvoiceNumber": 2,
  "InvoiceDate": "2025-01-24T08:10:46.3776251-05:00",
  "PersonID": "cd4303ec-48b4-4aaa-bad7-4fa2e38c9fa8",
  "InvoiceTotal": 4.0,
  "PaymentMethod": "sample string 5",
  "PaymentStatus": 64,
  "PaymentMessage": "sample string 7",
  "PaymentTransactionID": "sample string 8",
  "Deleted": true,
  "PaymentDateTime": "2025-01-24T08:10:46.3776251-05:00",
  "ReceiptEmailed": true,
  "InvoicePayor": true,
  "InvoicePayorCompanyID": "87403221-c0f9-4558-8e1b-3076b82a9e5b",
  "InvoicePayorBillSent": true,
  "InvoicePayorBillPaid": true,
  "ClientPONumber": "sample string 14",
  "ClientBrandingURLID": "87c05245-ed92-4cde-8559-955b5db33258",
  "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"
}