GetNotes
POST
/services/api/rest/GetNotesUsed to retrieve shipment notesUsed for retrieving information on shipments and invoices.
Request
Header Params
Accept
string
required
Example:
application/json
Body Params application/json
No schema defined
Example
{
"AuthenticationData": {
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadId": 36887370
}
Request samples
Responses
GetNotes(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
ExampleGetNotes
{
"Notes": [
{
"Text": "Auto Book Failure. Email Sent: True",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Web Dispatch Failed: •Consignee Contact Name Required •Consignee Phone Number Required •Shipper Contact Name Required •Shipper Phone Number Required",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 14
},
{
"Text": "Dayton Freight Standard: Pickup Request Failed.",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Web Dispatch Error returned: </br>Friendly Error: Shipper Phone Number Required</br>Error: Shipper Phone Number Required",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Web Dispatch Error returned: </br>Friendly Error: Consignee Phone Number Required</br>Error: Consignee Phone Number Required",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Web Dispatch Error returned: </br>Friendly Error: Shipper Contact Name Required</br>Error: Shipper Contact Name Required",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Web Dispatch Error returned: </br>Friendly Error: Consignee Contact Name Required</br>Error: Consignee Contact Name Required",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:54",
"NoteType": 7
},
{
"Text": "Overrides: - Billing",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 7
},
{
"Text": "LoadID:36887370 BolNum: QuoteID:330903366 ManifestID: ActualCharge:120.23 PickupDate:10/28/2021 AccessTime:00:00 CarrierID:7459 Web_Dispatch:True EDI_Dispatch:False",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 7
},
{
"Text": "",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 22
},
{
"Text": "Load booked with Dayton Freight Standard.",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 10
},
{
"Text": "<a href=javascript:ShowTerminalLink('7459','36887370')>Terminal Link</a>",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 19
},
{
"Text": "Awarded quote email was not sent due to permissions.",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 7
},
{
"Text": "Original shipperDateTime = 10/28/2021 Original consigneedatetime = 10/28/2021 New shipperDateTime = 10/28/2021 New consigneedatetime = 10/29/2021 ActualPickupDate = 10/28/2021 ActualDeliverDate = 10/29/2021",
"User": "Automation",
"DateStamp": "2021-10-28T13:43:11",
"NoteType": 7
},
{
"Text": "Override for 6629252 - Dayton Freight Standard<br />- Billing",
"User": "Automation",
"DateStamp": "2021-10-28T13:42:16",
"NoteType": 7
},
{
"Text": "Load Created",
"User": "Eric Intihar",
"DateStamp": "2021-10-28T13:41:31",
"NoteType": 10
},
{
"Text": "Original BOLID: BWS2130100010",
"User": "Automation",
"DateStamp": "2021-10-28T13:41:31",
"NoteType": 7
}
],
"Errors": [],
"Success": true
}
Last modified: 2 months ago