POST v0/webcustomerdevelopment/update-shipment-details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_shipmentdetails
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FromPincode": "sample string 2",
  "ToPincode": "sample string 3",
  "ShipmentType": "sample string 4",
  "Weight": 5.0,
  "GoodsValue": 6.0,
  "EwayBillNo": "sample string 7",
  "EwayDate": "2026-08-03T09:42:11.9557703+05:30",
  "Description": "sample string 9",
  "Length": 10.0,
  "Width": 11.0,
  "Height": 12.0,
  "VolumetricWeight": 13.0,
  "RiskType": "sample string 14",
  "GVInsuranceAmount": 15.0,
  "ServiceType": 16,
  "ServiceTypeAmount": 17.0,
  "RateRef": "sample string 18",
  "BookingRef": "sample string 19",
  "FrieghtAmount": 20.0,
  "CGSTAmount": 21.0,
  "SGSTAmount": 22.0,
  "IGSTAmount": 23.0,
  "TotalAmount": 24.0,
  "InoiceImage": "sample string 25",
  "Cmp_Code": "sample string 26",
  "BranchId": 27,
  "CutomerUserId": "sample string 28"
}

application/xml, text/xml

Sample:
<shipmentdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <BookingRef>sample string 19</BookingRef>
  <BranchId>27</BranchId>
  <CGSTAmount>21</CGSTAmount>
  <Cmp_Code>sample string 26</Cmp_Code>
  <CutomerUserId>sample string 28</CutomerUserId>
  <Description>sample string 9</Description>
  <EwayBillNo>sample string 7</EwayBillNo>
  <EwayDate>2026-08-03T09:42:11.9557703+05:30</EwayDate>
  <FrieghtAmount>20</FrieghtAmount>
  <FromPincode>sample string 2</FromPincode>
  <GVInsuranceAmount>15</GVInsuranceAmount>
  <GoodsValue>6</GoodsValue>
  <Height>12</Height>
  <IGSTAmount>23</IGSTAmount>
  <Id>1</Id>
  <InoiceImage>sample string 25</InoiceImage>
  <Length>10</Length>
  <RateRef>sample string 18</RateRef>
  <RiskType>sample string 14</RiskType>
  <SGSTAmount>22</SGSTAmount>
  <ServiceType>16</ServiceType>
  <ServiceTypeAmount>17</ServiceTypeAmount>
  <ShipmentType>sample string 4</ShipmentType>
  <ToPincode>sample string 3</ToPincode>
  <TotalAmount>24</TotalAmount>
  <VolumetricWeight>13</VolumetricWeight>
  <Weight>5</Weight>
  <Width>11</Width>
</shipmentdetails>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'shipmentdetails'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {},
  "ReturnValue": "sample string 4",
  "DataList": [
    {},
    {},
    {}
  ],
  "error": {
    "status": true,
    "message": "sample string 2",
    "data": {}
  }
}

application/xml, text/xml

Sample:
<ResponsesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <Data />
  <DataList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </DataList>
  <Message>sample string 2</Message>
  <ReturnValue>sample string 4</ReturnValue>
  <Status>true</Status>
  <error>
    <data />
    <message>sample string 2</message>
    <status>true</status>
  </error>
</ResponsesData>