Open Aaqib925 opened 2 years ago
Getting this error when calling the createNonContractShipment function from the package.
createNonContractShipment
{ "code": "2206", "originalMessages": [ { "code": "2206", "description": "Contract Number is a required field." } ] }
My POST request,
{ requestedShippingPoint: 'M1R0E9', deliverySpec: { serviceCode: 'DOM.EP', sender: { company: 'Test Sender', contactPhone: '555-555-1234', addressDetails: [Object] }, destination: { name: 'Client', addressDetails: [Object] }, parcelCharacteristics: { weight: 1, document: false, dimensions: [Object] }, preferences: { showPackingInstructions: true } } }
Getting this error when calling the
createNonContractShipment
function from the package.My POST request,