/
>Recycling Inbound order
>Recycling Inbound order
An inbound order is an order where you are receiving material into your warehouse from an outside source. Inbound order contains one or several lots.
Create includes these require properties
{
"currencyExchangeId": 0,
"customerId": 0,
"onsiteContactId": 0,
"repUserId": 0,
"soTransactionTermId": 0,
"totalEstimatedWeight": 0,
"warehouseId": 0
}
For each property where is specified endpoint where you may get data
/api/v1/Currency/actual-rates
/api/v1/Customer/all
after you get customer which you need, you may get contacts
/api/v1/Customer/{customerId}/contacts
/api/v1/Users/all - these are users registered in the system
/api/v1/Lookup/sales-transaction-terms
/api/v1/Lookup/warehouses
totalEstimatedWeight
estimated order weight in kg or lbs depends on weightUnit parameter
, multiple selections available,
Related content
Razor.Api
Razor.Api
Read with this
RazorERP STG Build, 31102024
RazorERP STG Build, 31102024
More like this
Assets API
Assets API
Read with this
RazorERP DR Build, 28112024
RazorERP DR Build, 28112024
More like this
>Assets
>Assets
Read with this
RazorERP TST Build, 28112024
RazorERP TST Build, 28112024
More like this