- Version 3
- Authentication
- Shipments
- Invoice
- Tracking
- StaticData
- Authentication
- Version 2
- Exports and Webhooks
GetNotes
POST
/services/api/rest/GetNotes
Request
Header Params
Accept
string
required
Example:
application/json
Body Params application/json
AuthenticationData
object (Authentication Data)
required
Username
string
required
Password
string
required
ClientRefNum
string | null
optional
LoadId
integer
required
Example
{
"AuthenticationData": {
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadId": 36887370
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ws.integration.banyantechnology.com/services/api/rest/GetNotes' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"AuthenticationData":{
"Username": "",
"Password": "",
"ClientRefNum": ""
},
"LoadId": 36887370
}'
Responses
🟢200GetNotes
application/json
Body
Notes
array[object (Note) {4}]
required
Text
string
required
User
string
required
DateStamp
string
required
NoteType
enum<string>
required
Allowed values:
AccountingAdjustmentEmailArchivingQuoteUpdateCarrierAwardedQuoteTechnicalNoteWebTrackingEdiSystemEventInstructionsPublicBookReasonWebDispatchQuoteRequestPrivateContactAccountingTerminalUrlCustomerDockUpdateAddressDeleteQuotePackageRateExceptionBillingReasonAdditionalServiceValidationQuoteQuoteRequestEmail
Errors
array[string]
required
Success
boolean
required
Example
{
"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
}
Modified at 2024-09-16 11:42:17