GET api/lists/branches

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BO.MetaData.List.ApiGetBranchDetailedInformation
NameDescriptionTypeAdditional information
ResponseObject

BO.MetaData.List.ApiBranchDetailInfo

None.

ResponseType

integer

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "returnValue": {}
  },
  "responseType": 1,
  "responseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiGetBranchDetailedInformation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <ReturnValue />
  </ResponseObject>
  <ResponseType>1</ResponseType>
  <ResponseMessage>sample string 2</ResponseMessage>
</ApiGetBranchDetailedInformation>