Imports inbound receptacles.
Access to this method is authorized by the Import receptacles operation.
This API method corresponds to the receptacle import interface. The structure of the request body corresponds to the
Note:If you want to import outbound receptacles, you can do this as part of creating dispatches.
Success
Bad Request
Unauthorized
Internal Server Error
{- "ReceptacleId": "NLAMSAITLINAAUN10231002000210",
- "Weight": 45.657,
- "DocumentationEnclosed": "1",
- "MailSubclassFcd": "UN",
- "CharacteristicCd": "B (Bulk)",
- "SubtypeCd": "BG",
- "MailItmsNo": 10,
- "RegNo": 2,
- "InsNo": 2,
- "PostalStatusFcd": "1",
- "RecptclContentFormat": "X",
- "InboundInfo": {
- "ArrivalLocalDateTime": "2012-01-14T09:30:47.234",
- "CarrierCd": "LX",
- "TransportTypeCd": "PL",
- "TransportNo": "1234",
- "ActualLocationCd": "NLAMSA"
}, - "ReceptacleTareWeight": "3.4",
- "Events": [
- {
- "UserId": "DOMAIN1\\USR1",
- "WorkstationId": "DOMAIN1\\WKS1",
- "EventTypeCd": 1,
- "EventDateTime": "2012-01-14T09:30:47.234+01:00",
- "EventOfficeCd": "NLAMSA",
- "ConditionCd": 20,
- "NextOffceCd": "NLAMSA"
}
]
}
{- "Receptacle": {
- "ReceptacleId": "NLAMSAITLINAAUN10231002000210",
- "Weight": 45.657,
- "DocumentationEnclosed": "1",
- "MailSubclassFcd": "UN",
- "CharacteristicCd": "B (Bulk)",
- "SubtypeCd": "BG",
- "MailItmsNo": 10,
- "RegNo": 2,
- "InsNo": 2,
- "PostalStatusFcd": "1",
- "RecptclContentFormat": "X",
- "InboundInfo": {
- "ArrivalLocalDateTime": "2012-01-14T09:30:47.234",
- "CarrierCd": "LX",
- "TransportTypeCd": "PL",
- "TransportNo": "1234",
- "ActualLocationCd": "NLAMSA"
}, - "ReceptacleTareWeight": "3.4",
- "Events": [
- {
- "UserId": "DOMAIN1\\USR1",
- "WorkstationId": "DOMAIN1\\WKS1",
- "EventTypeCd": 1,
- "EventDateTime": "2012-01-14T09:30:47.234+01:00",
- "EventOfficeCd": "NLAMSA",
- "ConditionCd": 20,
- "NextOffceCd": "NLAMSA"
}
]
}
}
Retrieves receptacle data.
Access to this method is authorized by the Get receptacles operation.
List of search parameters is in URL query string format, combined in a logical AND.
Success
Bad Request
Unauthorized
Internal Server Error
{- "Receptacles": [
- {
- "ReceptacleId": "NLAMSAITLINAAUN10231002000210",
- "Weight": 45.657,
- "DocumentationEnclosed": "1",
- "MailSubclassFcd": "UN",
- "CharacteristicCd": "B (Bulk)",
- "SubtypeCd": "BG",
- "MailItmsNo": 10,
- "RegNo": 2,
- "InsNo": 2,
- "PostalStatusFcd": "1",
- "RecptclContentFormat": "X",
- "InboundInfo": {
- "ArrivalLocalDateTime": "2012-01-14T09:30:47.234",
- "CarrierCd": "LX",
- "TransportTypeCd": "PL",
- "TransportNo": "1234",
- "ActualLocationCd": "NLAMSA"
}, - "ReceptacleTareWeight": "3.4",
- "Events": [
- {
- "UserId": "DOMAIN1\\USR1",
- "WorkstationId": "DOMAIN1\\WKS1",
- "EventTypeCd": 1,
- "EventDateTime": "2012-01-14T09:30:47.234+01:00",
- "EventOfficeCd": "NLAMSA",
- "ConditionCd": 20,
- "NextOffceCd": "NLAMSA"
}
]
}
]
}