GET shipment/v1/branch-with-id?Branchid={Branchid}&OfficeId={OfficeId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Branchid
No documentation available.

Define this parameter in the request URI.

OfficeId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Data />
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseEntity>