shipmentMethod

POST {{url}}/{{environment}}/api/v2.0/companies({{companyId}})/shipmentMethods?tenant={{tenant}}

Request Params

KeyDatatypeRequiredDescription
tenantstring

Request Body

{"id"=>"{{$guid}}", "code"=>"CFR", "displayName"=>"Cost and Freight"}

RESPONSES

status: Created

{"@odata.context":"http://bcserver:7048/BC/api/v2.0/$metadata#companies(a19eca60-4a86-ed11-aad5-000d3a38ed32)/shipmentMethods/$entity","@odata.etag":"W/\"JzIwOzE0NTM3NjU0NjAzMTMwOTE0MzA0MTswMDsn\"","id":"dd3e02e3-6888-ed11-af3b-84c6463dfe3c","code":"CFR","displayName":"Cost and Freight","lastModifiedDateTime":"2022-12-30T17:39:19.49Z"}