POST api/Messages/Send1200
Send SaveMN_MSG1200_1220_DeliveryOrder_Message_In to Customs
Request Information
URI Parameters
None.
Body Parameters
TaskyamWebAPI.Models.Send1200Request| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestHeader | TaskyamWebAPI.Models.RequestHeader |
None. |
|
| RequestObjSigned | Neta.NetaReceiversAssemblies.Service_1200.ESBRequestSigned |
None. |
|
| RequestSigned | Collection of byte |
None. |
|
| RequestObj | Neta.NetaReceiversAssemblies.Service_1200.MN_NG_1200_MSG2_DeliveryOrder_Message |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestHeader": {
"ExternalId": "sample string 1",
"ConsumerId": "sample string 2",
"ResponseType": 1,
"AdditionalRecievers": [
"sample string 1",
"sample string 2"
]
},
"RequestObjSigned": {
"SignedByteArry": "QEA="
},
"RequestSigned": "QEA=",
"RequestObj": {
"RequestContentHeader": {
"TransmitionDateTime": "2025-11-05T13:48:52.5095299+02:00",
"SenderID": 2,
"RecieverID": [
1,
2
],
"Convertor": "sample string 3"
},
"DeliveryOrder": [
{
"Header": {
"actionTypeCode": 1,
"deliveryOrderDate": "2025-11-05T13:48:52.5095299+02:00",
"deliveryOrderDateSpecified": true,
"deliveryOrderNumber": 3,
"CargoIdentifier": {
"cargoIdentifierType": 1,
"cargoIdentifierKey1": "sample string 2",
"cargoIdentifierKey2": "sample string 3",
"cargoIdentifierKey3": "sample string 4"
}
},
"General": {
"BillOfLadingNumber": "sample string 1",
"deliverySitenumber": "sample string 2",
"endorsementCode": 3
},
"ProducerDetails": {
"producerTypeCode": 1,
"producerIdentityNumber": 2
},
"ReceiverDetails": {
"receiverName": "sample string 1",
"receiverTypeCode": 2,
"CustomerIdentification": {
"externalID": 1,
"externalIDSpecified": true,
"passportNumber": "sample string 2",
"passportCountry": "sample string 3",
"passportType": 1,
"passportTypeSpecified": true
}
}
},
{
"Header": {
"actionTypeCode": 1,
"deliveryOrderDate": "2025-11-05T13:48:52.5095299+02:00",
"deliveryOrderDateSpecified": true,
"deliveryOrderNumber": 3,
"CargoIdentifier": {
"cargoIdentifierType": 1,
"cargoIdentifierKey1": "sample string 2",
"cargoIdentifierKey2": "sample string 3",
"cargoIdentifierKey3": "sample string 4"
}
},
"General": {
"BillOfLadingNumber": "sample string 1",
"deliverySitenumber": "sample string 2",
"endorsementCode": 3
},
"ProducerDetails": {
"producerTypeCode": 1,
"producerIdentityNumber": 2
},
"ReceiverDetails": {
"receiverName": "sample string 1",
"receiverTypeCode": 2,
"CustomerIdentification": {
"externalID": 1,
"externalIDSpecified": true,
"passportNumber": "sample string 2",
"passportCountry": "sample string 3",
"passportType": 1,
"passportTypeSpecified": true
}
}
}
]
}
}
application/xml, text/xml
Sample:
<Send1200Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RequestHeader>
<ExternalId>sample string 1</ExternalId>
<ConsumerId>sample string 2</ConsumerId>
<ResponseType>WebService</ResponseType>
<AdditionalRecievers>
<string>sample string 1</string>
<string>sample string 2</string>
</AdditionalRecievers>
</RequestHeader>
<RequestObjSigned>
<SignedByteArry xmlns="http://MalamTeam.Inf.ESB.Schemas.ESBRequestSigned">QEA=</SignedByteArry>
</RequestObjSigned>
<RequestSigned>QEA=</RequestSigned>
<RequestObj>
<RequestContentHeader xmlns="http://malam.com/customs/CargoControl/MN_NG_1200_MSG2_DeliveryOrder_Message">
<TransmitionDateTime xmlns="http://malam.com/customs/EAICommon.xsd">2025-11-05T13:48:52.5095299+02:00</TransmitionDateTime>
<SenderID xmlns="http://malam.com/customs/EAICommon.xsd">2</SenderID>
<RecieverID xmlns="http://malam.com/customs/EAICommon.xsd">1</RecieverID>
<RecieverID xmlns="http://malam.com/customs/EAICommon.xsd">2</RecieverID>
<Convertor xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</Convertor>
</RequestContentHeader>
<DeliveryOrder xmlns="http://malam.com/customs/CargoControl/MN_NG_1200_MSG2_DeliveryOrder_Message">
<Header>
<actionTypeCode>1</actionTypeCode>
<deliveryOrderDate>2025-11-05T13:48:52.5095299+02:00</deliveryOrderDate>
<deliveryOrderNumber>3</deliveryOrderNumber>
<CargoIdentifier>
<cargoIdentifierType xmlns="http://malam.com/customs/EAICommon.xsd">1</cargoIdentifierType>
<cargoIdentifierKey1 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</cargoIdentifierKey1>
<cargoIdentifierKey2 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</cargoIdentifierKey2>
<cargoIdentifierKey3 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</cargoIdentifierKey3>
</CargoIdentifier>
</Header>
<General>
<BillOfLadingNumber>sample string 1</BillOfLadingNumber>
<deliverySitenumber>sample string 2</deliverySitenumber>
<endorsementCode>3</endorsementCode>
</General>
<ProducerDetails>
<producerTypeCode>1</producerTypeCode>
<producerIdentityNumber>2</producerIdentityNumber>
</ProducerDetails>
<ReceiverDetails>
<receiverName>sample string 1</receiverName>
<receiverTypeCode>2</receiverTypeCode>
<CustomerIdentification>
<externalID xmlns="http://malam.com/customs/EAICommon.xsd">1</externalID>
<passportNumber xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</passportNumber>
<passportCountry xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</passportCountry>
<passportType xmlns="http://malam.com/customs/EAICommon.xsd">1</passportType>
</CustomerIdentification>
</ReceiverDetails>
</DeliveryOrder>
<DeliveryOrder xmlns="http://malam.com/customs/CargoControl/MN_NG_1200_MSG2_DeliveryOrder_Message">
<Header>
<actionTypeCode>1</actionTypeCode>
<deliveryOrderDate>2025-11-05T13:48:52.5095299+02:00</deliveryOrderDate>
<deliveryOrderNumber>3</deliveryOrderNumber>
<CargoIdentifier>
<cargoIdentifierType xmlns="http://malam.com/customs/EAICommon.xsd">1</cargoIdentifierType>
<cargoIdentifierKey1 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</cargoIdentifierKey1>
<cargoIdentifierKey2 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</cargoIdentifierKey2>
<cargoIdentifierKey3 xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</cargoIdentifierKey3>
</CargoIdentifier>
</Header>
<General>
<BillOfLadingNumber>sample string 1</BillOfLadingNumber>
<deliverySitenumber>sample string 2</deliverySitenumber>
<endorsementCode>3</endorsementCode>
</General>
<ProducerDetails>
<producerTypeCode>1</producerTypeCode>
<producerIdentityNumber>2</producerIdentityNumber>
</ProducerDetails>
<ReceiverDetails>
<receiverName>sample string 1</receiverName>
<receiverTypeCode>2</receiverTypeCode>
<CustomerIdentification>
<externalID xmlns="http://malam.com/customs/EAICommon.xsd">1</externalID>
<passportNumber xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</passportNumber>
<passportCountry xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</passportCountry>
<passportType xmlns="http://malam.com/customs/EAICommon.xsd">1</passportType>
</CustomerIdentification>
</ReceiverDetails>
</DeliveryOrder>
</RequestObj>
</Send1200Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Send1200Response
TaskyamWebAPI.Models.Send1200Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseHeader | TaskyamWebAPI.Models.ResponseHeader |
None. |
|
| ResponseObj | Neta.NetaReceiversAssemblies.Service_1200.MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message |
None. |
|
| ESBResponse | Neta.NetaReceiversAssemblies.Service_1200.ESBResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseHeader": {
"CorrelationId": "sample string 1",
"TaskYamCorrelationId": "sample string 2",
"ExternalId": "sample string 3",
"ErrorDescription": "sample string 4",
"ErrorCode": "sample string 5",
"Status": "sample string 6"
},
"ResponseObj": {
"ResponseContentHeader": {
"TransmitionDateTime": "2025-11-05T13:48:52.5251869+02:00",
"ApplicationID": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
],
"Remark": "sample string 3"
},
"DeliveryOrderResponse": [
{
"deliveryOrderNumber": 1,
"responseStatus": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
]
},
{
"deliveryOrderNumber": 1,
"responseStatus": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
]
}
]
},
"ESBResponse": {
"ResponseHeader": {
"CorrelationId": "sample string 1",
"Status": "sample string 2",
"ErrorDescription": "sample string 3",
"ErrorCode": "sample string 4",
"ExternalId": "sample string 5"
},
"Body": {
"MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message": {
"ResponseContentHeader": {
"TransmitionDateTime": "2025-11-05T13:48:52.5251869+02:00",
"ApplicationID": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
],
"Remark": "sample string 3"
},
"DeliveryOrderResponse": [
{
"deliveryOrderNumber": 1,
"responseStatus": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
]
},
{
"deliveryOrderNumber": 1,
"responseStatus": 2,
"Exception": [
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
},
{
"ExceptionLevel": 1,
"ExeptionType": 2,
"ExceptionParms": [
"sample string 1",
"sample string 2"
],
"ExeptionDescription": "sample string 3",
"EnglishDescription": "sample string 4",
"BindingXpathField": "sample string 5"
}
]
}
]
}
}
}
}
application/xml, text/xml
Sample:
<Send1200Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ResponseHeader>
<CorrelationId>sample string 1</CorrelationId>
<TaskYamCorrelationId>sample string 2</TaskYamCorrelationId>
<ExternalId>sample string 3</ExternalId>
<ErrorDescription>sample string 4</ErrorDescription>
<ErrorCode>sample string 5</ErrorCode>
<Status>sample string 6</Status>
</ResponseHeader>
<ResponseObj>
<ResponseContentHeader xmlns="http://malam.com/customs/CargoControl/MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message">
<TransmitionDateTime xmlns="http://malam.com/customs/EAICommon.xsd">2025-11-05T13:48:52.5251869+02:00</TransmitionDateTime>
<ApplicationID xmlns="http://malam.com/customs/EAICommon.xsd">2</ApplicationID>
<Exception xmlns="http://malam.com/customs/EAICommon.xsd">
<ExceptionLevel>1</ExceptionLevel>
<ExeptionType>2</ExeptionType>
<ExceptionParms>sample string 1</ExceptionParms>
<ExceptionParms>sample string 2</ExceptionParms>
<ExeptionDescription>sample string 3</ExeptionDescription>
<EnglishDescription>sample string 4</EnglishDescription>
<BindingXpathField>sample string 5</BindingXpathField>
</Exception>
<Exception xmlns="http://malam.com/customs/EAICommon.xsd">
<ExceptionLevel>1</ExceptionLevel>
<ExeptionType>2</ExeptionType>
<ExceptionParms>sample string 1</ExceptionParms>
<ExceptionParms>sample string 2</ExceptionParms>
<ExeptionDescription>sample string 3</ExeptionDescription>
<EnglishDescription>sample string 4</EnglishDescription>
<BindingXpathField>sample string 5</BindingXpathField>
</Exception>
<Remark xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</Remark>
</ResponseContentHeader>
<DeliveryOrderResponse xmlns="http://malam.com/customs/CargoControl/MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message">
<deliveryOrderNumber>1</deliveryOrderNumber>
<responseStatus>2</responseStatus>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
</DeliveryOrderResponse>
<DeliveryOrderResponse xmlns="http://malam.com/customs/CargoControl/MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message">
<deliveryOrderNumber>1</deliveryOrderNumber>
<responseStatus>2</responseStatus>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
</DeliveryOrderResponse>
</ResponseObj>
<ESBResponse>
<ResponseHeader>
<CorrelationId xmlns="http://MalamTeam.Inf.ESB.Schemas.ResponseHeader">sample string 1</CorrelationId>
<Status xmlns="http://MalamTeam.Inf.ESB.Schemas.ResponseHeader">sample string 2</Status>
<ErrorDescription xmlns="http://MalamTeam.Inf.ESB.Schemas.ResponseHeader">sample string 3</ErrorDescription>
<ErrorCode xmlns="http://MalamTeam.Inf.ESB.Schemas.ResponseHeader">sample string 4</ErrorCode>
<ExternalId xmlns="http://MalamTeam.Inf.ESB.Schemas.ResponseHeader">sample string 5</ExternalId>
</ResponseHeader>
<Body>
<MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message>
<ResponseContentHeader>
<TransmitionDateTime xmlns="http://malam.com/customs/EAICommon.xsd">2025-11-05T13:48:52.5251869+02:00</TransmitionDateTime>
<ApplicationID xmlns="http://malam.com/customs/EAICommon.xsd">2</ApplicationID>
<Exception xmlns="http://malam.com/customs/EAICommon.xsd">
<ExceptionLevel>1</ExceptionLevel>
<ExeptionType>2</ExeptionType>
<ExceptionParms>sample string 1</ExceptionParms>
<ExceptionParms>sample string 2</ExceptionParms>
<ExeptionDescription>sample string 3</ExeptionDescription>
<EnglishDescription>sample string 4</EnglishDescription>
<BindingXpathField>sample string 5</BindingXpathField>
</Exception>
<Exception xmlns="http://malam.com/customs/EAICommon.xsd">
<ExceptionLevel>1</ExceptionLevel>
<ExeptionType>2</ExeptionType>
<ExceptionParms>sample string 1</ExceptionParms>
<ExceptionParms>sample string 2</ExceptionParms>
<ExeptionDescription>sample string 3</ExeptionDescription>
<EnglishDescription>sample string 4</EnglishDescription>
<BindingXpathField>sample string 5</BindingXpathField>
</Exception>
<Remark xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</Remark>
</ResponseContentHeader>
<DeliveryOrderResponse>
<deliveryOrderNumber>1</deliveryOrderNumber>
<responseStatus>2</responseStatus>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
</DeliveryOrderResponse>
<DeliveryOrderResponse>
<deliveryOrderNumber>1</deliveryOrderNumber>
<responseStatus>2</responseStatus>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
<Exception>
<ExceptionLevel xmlns="http://malam.com/customs/EAICommon.xsd">1</ExceptionLevel>
<ExeptionType xmlns="http://malam.com/customs/EAICommon.xsd">2</ExeptionType>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 1</ExceptionParms>
<ExceptionParms xmlns="http://malam.com/customs/EAICommon.xsd">sample string 2</ExceptionParms>
<ExeptionDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 3</ExeptionDescription>
<EnglishDescription xmlns="http://malam.com/customs/EAICommon.xsd">sample string 4</EnglishDescription>
<BindingXpathField xmlns="http://malam.com/customs/EAICommon.xsd">sample string 5</BindingXpathField>
</Exception>
</DeliveryOrderResponse>
</MN_NG_1220_MSG22_DeliveryOrderFeedBack_Message>
</Body>
</ESBResponse>
</Send1200Response>