Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Retrieve the properties and relationships of a salesShipment object for Business Central.
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/salesShipments({id})
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Do not supply a request body for this method.
If successful, this method returns a 200 OK
response code and an salesShipments object in the response body.
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/salesShipments({id})
Response
Here is an example of the response.
{
"id": "55c99ea7-bde4-ea11-bbf2-00155df3a61",
"number": "108001",
"externalDocumentNumber": "",
"invoiceDate": "2019-01-01",
"postingDate": "2019-01-01",
"dueDate": "2019-10-05",
"customerPurchaseOrderReference": "",
"customerNumber": "20000",
"customerName": "First Up Consultants",
"billToName": "First Up Consultants",
"billToCustomerNumber": "20000",
"shipToName": "First Up Consultants",
"shipToContact": "Evan McIntosh",
"sellToAddressLine1": "100 Day Drive",
"sellToAddressLine2": "",
"sellToCity": "Chicago",
"sellToCountry": "US",
"sellToState": "IL",
"sellToPostCode": "61236",
"billToAddressLine1": "100 Day Drive",
"billToAddressLine2": "",
"billToCity": "Chicago",
"billToCountry": "US",
"billToState": "IL",
"billToPostCode": "61236",
"shipToAddressLine1": "100 Day Drive",
"shipToAddressLine2": "",
"shipToCity": "Chicago",
"shipToCountry": "US",
"shipToState": "IL",
"shipToPostCode": "61236",
"currencyCode": "USD",
"orderNumber": "34",
"paymentTermsCode": "",
"shipmentMethodCode": "",
"salesperson": "PS",
"pricesIncludeTax": false,
"lastModifiedDateTime": "2019-01-01",
"phoneNumber": "",
"email": "evan.mcintosh@contoso.com"
}
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more