salesInvoice
DELETE {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/salesInvoices({{salesInvoiceId}})?tenant={{tenant}}
Request Params
Key | Datatype | Required | Description |
---|
tenant | string | | |
Request Body
{"externalDocumentNumber"=>"", "invoiceDate"=>"2022-08-15", "postingDate"=>"2022-08-15", "dueDate"=>"2022-09-15", "customerPurchaseOrderReference"=>"", "customerId"=>"{{customerId}}", "billToCustomerId"=>"{{customerId}}", "shipToName"=>"Trey Research", "shipToContact"=>"Helen Ray", "sellToAddressLine1"=>"153 Thomas Drive", "sellToAddressLine2"=>"", "sellToCity"=>"Chicago", "sellToCountry"=>"US", "sellToState"=>"IL", "sellToPostCode"=>"61236", "billToAddressLine1"=>"153 Thomas Drive", "billToAddressLine2"=>"", "billToCity"=>"Chicago", "billToCountry"=>"US", "billToState"=>"IL", "billToPostCode"=>"61236", "shipToAddressLine1"=>"153 Thomas Drive", "shipToAddressLine2"=>"", "shipToCity"=>"Chicago", "shipToCountry"=>"US", "shipToState"=>"IL", "shipToPostCode"=>"61236", "currencyId"=>"00000000-0000-0000-0000-000000000000", "currencyCode"=>"USD", "orderId"=>"00000000-0000-0000-0000-000000000000", "orderNumber"=>"", "paymentTermsId"=>"0ba5738a-44e3-ea11-bb43-000d3a2feca1", "shipmentMethodId"=>"00000000-0000-0000-0000-000000000000", "salesperson"=>"PS", "pricesIncludeTax"=>false, "remainingAmount"=>0, "discountAmount"=>0, "discountAppliedBeforeTax"=>true, "totalAmountExcludingTax"=>164.7, "totalTaxAmount"=>8.24, "totalAmountIncludingTax"=>172.94, "status"=>"Paid", "lastModifiedDateTime"=>"2020-08-21T00:25:58.337Z", "phoneNumber"=>"", "email"=>"helen.ray@contoso.com"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |