Use Case for Creating an Invoice from a Customer

To create an invoice from a customer, include the values of required fields such as posting period, location, and item details in the request body.

          POST {{REST_SERVICES}}/record/v1/customer/{{CUSTOMER_ID}}/!transform/invoice
{
    "postingperiod" : "15",
    "location" : "1",
    "item": {
    "items": [
         {
            "item": { "id": "86" },
            "amount": 10
         }
      ]
   }
} 

        

Related Topics

Customer Use Cases
Use Case for Finding Customers with Shipping Carrier Set to UPS
Use Case for Updating Contact Details of a Customer
Use Case for Creating a Customer from an External ID
Use Case for Fetching a List of All Customers with Pagination

General Notices