OPTIONS api/Branches/GetBranches?CompanyID={CompanyID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CompanyID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Data": "sample string 1",
  "ErrorMessage": "sample string 2",
  "IsError": true
}

application/xml, text/xml

Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.APIs.Controllers">
  <Data>sample string 1</Data>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsError>true</IsError>
</APIResult>