This API is used to submit an Outbound Shipment order.
Authorization required | string Specify the Access token with prefix 'Bearer'. |
required | Array of objects (Contact Info) non-empty | ||||||||||||||||||||||||||||||||
Array (non-empty)
| |||||||||||||||||||||||||||||||||
customerReferenceNumber | string [ 1 .. 50 ] characters You may use numbers and text in this field to enter reference information for your records. This will also appear in your reports and details. You may use this information to search for this content on the submitted requests page. | ||||||||||||||||||||||||||||||||
object (Purchase Order) | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
required | object (ibxLocation) | ||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
required | object (Outbound Service Detail) | ||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
Array of objects (Attachment) <= 5 items Attachments | |||||||||||||||||||||||||||||||||
Array (<= 5 items)
|
OrderReferenceId | string Order Reference Id |
orderNumber required | string Order Number |
Id | string Order Id |
SRNumber | string SR Number |
{- "attachments": [ ],
- "ibxLocation": {
- "cages": [
- {
- "cage": "AM1:0G:00EQ11-1",
- "cabinets": [ ],
- "accountNumber": "108812"
}
], - "ibx": "AM1"
}, - "purchaseOrder": { },
- "serviceDetails": {
- "estimatedDateTime": "2018-11-28T19:09:30.211Z",
- "shipmentDetails": {
- "outboundType": "CARRIER",
- "noOfBoxes": 3,
- "carrierName": "DHL",
- "trackingNumber": "33,333",
- "declaredValue": "3",
- "labelExists": false,
- "shipToAddress": {
- "address": "1188 test address",
- "carrierAccountNumber": "111",
- "city": "Sunnyvale",
- "country": "US",
- "name": "test",
- "state": "CALIFORNIA",
- "zipCode": "94085",
- "phoneNumber": "+1 1331313"
}
}
}, - "contacts": [
- {
- "contactType": "ORDERING",
- "userName": "jondoe@test.com"
}, - {
- "contactType": "NOTIFICATION",
- "userName": "jondoe@test.com"
}, - {
- "contactType": "TECHNICAL",
- "userName": "jondoe@test.com"
}
]
}
{- "OrderNumber": "1-128726682521"
}
This API is use to check user's permission's & access to ibx
detail | boolean When enable this flag returns detailed permission with Cage & Cabinets. Default value is false |
ibxs | string |
cages | string |
Authorization required | string Specify the Access token with prefix 'Bearer'. |
Array of objects (Location) | |||||
Array
|
{- "locations": [
- {
- "ibx": "AM1",
- "cages": [
- {
- "cage": "AM1:02:002MC1",
- "cageTypes": [
- "Shared"
], - "accounts": [
- {
- "number": "1111",
- "name": "ABC Network Services",
- "isCreditHold": false,
- "isPOBearing": true,
- "isMonetAccount": false,
- "cabinets": [
- {
- "cabinet": "AM1:02:002MC1:0601",
- "cabinetType": "Shared"
}, - {
- "cabinet": "AM1:02:002MC1:0602",
- "cabinetType": "Shared"
}
]
}
]
}
]
}
]
}
This API is used to submit an Inbound Shipment order.
Authorization required | string Specify the Access token with prefix 'Bearer'. |
required | Array of objects (Contact Info) >= 2 items Use this array to pass ordering contact, notification contacts and technical contact. Only one ordering contact, technical contact is allowed. One or more notification contacts are allowed. Ordering and notification contacts are always registered customers with the customer portal. Only username and contactType are valid for ordering and notification contacts, all other attributes will be ignored. | ||||||||||||||||||||||||||
Array (>= 2 items)
| |||||||||||||||||||||||||||
customerReferenceNumber | string [ 1 .. 50 ] characters You may use numbers and text in this field to enter reference information for your records. This will also appear in your reports and details. You may use this information to search for this content on the submitted requests page. | ||||||||||||||||||||||||||
object (Purchase Order) | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
required | object (ibxLocation) | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
Array of objects (Attachment) <= 5 items Attachments | |||||||||||||||||||||||||||
Array (<= 5 items)
| |||||||||||||||||||||||||||
required | object (Inbound Service Detail) | ||||||||||||||||||||||||||
|
OrderReferenceId | string Order Reference Id |
orderNumber required | string Order Number |
Id | string Order Id |
SRNumber | string SR Number |
{- "attachments": [ ],
- "contacts": [
- {
- "contactType": "ORDERING",
- "userName": "jondoe@test.com"
}, - {
- "contactType": "NOTIFICATION",
- "userName": "jondoe@test.com"
}, - {
- "contactType": "TECHNICAL",
- "userName": "jondoe@test.com"
}
], - "customerReferenceNumber": "RQT0036422",
- "ibxLocation": {
- "ibx": "LD8",
- "cages": [
- {
- "cage": "LD8:02:02MC2T",
- "accountNumber": "111"
}
]
}, - "purchaseOrder": {
- "startDate": "2018-04-09T02:47:42.320Z",
- "endDate": "2018-10-19T20:29:25.682Z",
- "number": "6",
- "price": {
- "amount": 12.5
}
}, - "serviceDetails": {
- "estimatedDateTime": "2018-10-15T05:00:00.420-08:00",
- "shipmentDetails": {
- "noOfBoxes": 10,
- "isOverSized": true,
- "description": "hello",
- "trackingNumber": [
- "1",
- "2"
], - "inboundType": "CARRIER",
- "carrierName": "OTHER",
- "otherCarrierName": "test"
}, - "deliverToCage": true,
- "inboundRequestDescription": "hello"
}
}
{- "OrderNumber": "1-128726682522"
}
This API is used to submit the Pending Inbound Shipment order.
Authorization required | string Specify the Access token with prefix 'Bearer'. |
required | Array of objects | ||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||
required | Array of objects (Contact Info) non-empty | ||||||||||||||||||||||||
Array (non-empty)
|
OrderReferenceId | string Order Reference Id |
orderNumber required | string Order Number |
Id | string Order Id |
SRNumber | string SR Number |
storageID required | string |
Ibx required | string |
cage required | string |
accountNumber required | string |
trackingNumber required | string |
{- "contacts": [
- {
- "contactType": "ORDERING",
- "userName": "jondoe@test.com"
}, - {
- "contactType": "NOTIFICATION",
- "userName": "jondoe@test.com"
}
], - "shipmentDetails": [
- {
- "storageId": "1-275PQCAS",
- "cage": "CH1:05:313",
- "deliverToCage": true,
- "accountNumber": "133333"
}, - {
- "storageId": "1-275PQCGBF",
- "cage": "SV1:05:31113",
- "deliverToCage": false,
- "accountNumber": "133335"
}
]
}
{- "OrderNumber": "1-128726682522"
}