Invoice Approved Webhook
Notifies when an invoice has been manually approved in MyCarrier, including information about the shipment and invoice details.
Name: invoice.approve
invoice.approve
Sample Payload
{
"RecordId": "94c68af8-8510-4215-bcd3-b1b53888cebf003",
"CustomerId": 55555,
"ShipmentId": 98062292,
"QuoteId": 213344793,
"QuoteReferenceId": null,
"QuoteReferenceNumber": null,
"Shipment": {
"CustomerBOLNumber": "123456789",
"PoNumber": "123463",
"EstimatedDeliveryDate": null,
"CarrierProNumber": "123456789",
"TotalShipmentWeight": 0,
"PickupDate": null,
"ActualPickupDate": null,
"CarrierInfo": {
"CarrierCode": "SAIA"
},
"ShipperInfo": {
"Name": "Name",
"Email": "[email protected]",
"Phone": "111-222-1212",
"CompanyName": "Company Name",
"StreetLine1": "",
"StreetLine2": "",
"City": "",
"State": "",
"Zip": "",
"Country": ""
},
"ConsigneeInfo": {
"CompanyName": "Company Name",
"StreetLine1": "",
"StreetLine2": "",
"City": "",
"State": "",
"Zip": "",
"Country": ""
},
"RequesterInfo": {
"CompanyName": "",
"StreetLine1": "",
"StreetLine2": "",
"City": "",
"State": "",
"Zip": "",
"Country": ""
},
"HandlingUnits": [
{
"Commodities": []
}
],
"ShipmentPriceDetails": [
{
"Description": "Linehaul",
"Amount": 312.04,
"ChargeCode": null
},
{
"Description": "Fuel Surcharge",
"Amount": 66,
"ChargeCode": null
},
{
"Description": "Liftgate",
"Amount": 25,
"ChargeCode": null
}
]
},
"ShipmentIdentificationNumber": "",
"InterchangeDateTime": null,
"CurrencyIdentifier": null,
"TermsOfSaleDueDate": null,
"InvoiceTransactionControlNumber": null,
"InvoiceNumber": "515254",
"InvoiceDateTime": "2024-09-06T00:00:00Z",
"InvoiceType": "New",
"IdentificationCode": null,
"UploadedDateTime": "2024-09-06T15:00:25.804Z",
"Status": "Approved",
"Notes": "",
"QuoteAmount": 523.12,
"InvoiceAmount": 403.04,
"Tags": []
}
Updated 6 months ago