GET v1/app/get-docket-details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj_docketdetails
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Cmp_Code": "sample string 1",
  "UserId": "sample string 2",
  "BranchId": "sample string 3",
  "HAWBNo": "sample string 4",
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<Docketdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
  <BranchId>sample string 3</BranchId>
  <Cmp_Code>sample string 1</Cmp_Code>
  <HAWBNo>sample string 4</HAWBNo>
  <Type>sample string 5</Type>
  <UserId>sample string 2</UserId>
</Docketdetails>

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 'Docketdetails'.

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>