POST api/{company}/Delivery/UpdateDeliveryStatus

Request Information

URI Parameters

NameDescriptionTypeAdditional information
company

string

None.

Body Parameters

RootShipmentOrder
NameDescriptionTypeAdditional information
DATA

DetailShipmentOrderobj

None.

TOKEN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DATA": {
    "ORDER_NUMBER": "sample string 1",
    "ORDER_REFERENCE": "sample string 2",
    "ORDER_STATUSDATE": "sample string 3",
    "ORDER_STATUS": 4,
    "STATUS_NAME": "sample string 5",
    "LOCALION_CURRENTLY": "sample string 6",
    "NOTE": "sample string 7",
    "MONEY_COLLECTION": 8.1,
    "MONEY_FEECOD": 9.1,
    "MONEY_TOTAL": 10.1,
    "EXPECTED_DELIVERY": "sample string 11",
    "PRODUCT_WEIGHT": 12,
    "ORDER_SERVICE": "sample string 13"
  },
  "TOKEN": "sample string 1"
}

application/xml, text/xml

Sample:
<DeliverModels.RootShipmentOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataIntegratedGate.Models">
  <DATA>
    <EXPECTED_DELIVERY>sample string 11</EXPECTED_DELIVERY>
    <LOCALION_CURRENTLY>sample string 6</LOCALION_CURRENTLY>
    <MONEY_COLLECTION>8.1</MONEY_COLLECTION>
    <MONEY_FEECOD>9.1</MONEY_FEECOD>
    <MONEY_TOTAL>10.1</MONEY_TOTAL>
    <NOTE>sample string 7</NOTE>
    <ORDER_NUMBER>sample string 1</ORDER_NUMBER>
    <ORDER_REFERENCE>sample string 2</ORDER_REFERENCE>
    <ORDER_SERVICE>sample string 13</ORDER_SERVICE>
    <ORDER_STATUS>4</ORDER_STATUS>
    <ORDER_STATUSDATE>sample string 3</ORDER_STATUSDATE>
    <PRODUCT_WEIGHT>12</PRODUCT_WEIGHT>
    <STATUS_NAME>sample string 5</STATUS_NAME>
  </DATA>
  <TOKEN>sample string 1</TOKEN>
</DeliverModels.RootShipmentOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.