Invoice

The Invoice resource provides invoice information for the customer.

Resource definition

{
    "InvoiceId": "133252324",
    "OrderId": "7728322354",
    "SalesCurrencyCode": "USD",
    "SalesAmount": 1500.75,
    "InvoiceCustomerId": "CUST-001",
    "InvoiceCustomerName": "John Doe",
    "OrderCustomerId": "CUST-002",
    "OrderCustomerName": "Jane Smith",
    "CustomerReference": "REF-789",
    "CustomerRequisition": "REQ-456",
    "InvoiceDate": "2024-02-25T12:00:00Z"
}

Name

Type

Description

InvoiceId

string

Unique identifier for the invoice

OrderId

string

Unique identifier for the related order

SalesCurrencyCode

string

Currency code (e.g., USD)

SalesAmount

decimal

Total sales amount

InvoiceCustomerId

string

Unique identifier for the invoice customer

InvoiceCustomerName

string

Name of the invoice customer

OrderCustomerId

string

Unique identifier for the order customer

OrderCustomerName

string

Name of the order customer

CustomerReference

string

Reference provided by the customer

CustomerRequisition

string

Requisition information from the customer

InvoiceDate

DateTimeOffset?

Date and time when the invoice was issued (optional)

Operations on Invoice