GET api/Branch?apiKey={apiKey}&branchID={branchID}&lng={lng}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

branchID

globally unique identifier

Required

lng

string

Default value is en

Body Parameters

None.

Response Information

Resource Description

Branch
NameDescriptionTypeAdditional information
Identity

Identity

None.

CountryState

CountryState

None.

Name

string

None.

Address

string

None.

ContactNo

string

None.

TelephoneNo

string

None.

EmailID

string

None.

Attachment

Attachment

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

BranchType

BranchType

None.

HoursToGetReady

integer

None.

Description

string

None.

Message

string

None.

BranchOfficeTiming

BranchOfficeTiming

None.

GoogleLocationURL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Identity": {
    "Id": "c8f40f9a-5e94-4716-acc4-e4d0504c78b8",
    "Code": "sample string 2"
  },
  "CountryState": {
    "StateCode": "sample string 2",
    "StateName": "sample string 3",
    "CountryCode": "sample string 4",
    "CountryName": "sample string 5",
    "NationalityCode": "sample string 6",
    "NationalityName": "sample string 7"
  },
  "Name": "sample string 4",
  "Address": "sample string 5",
  "ContactNo": "sample string 6",
  "TelephoneNo": "sample string 7",
  "EmailID": "sample string 8",
  "Attachment": {
    "AttachmentID": "b097ccf6-dd35-4a48-a618-2847a4d19446",
    "ImageString": "sample string 6",
    "AttachmentDataBase64": "sample string 7"
  },
  "Longitude": 11.1,
  "Latitude": 12.1,
  "BranchType": {
    "BranchTypeID": "51856f8f-8111-41e3-9990-532c0ddb107e",
    "Name": "sample string 2",
    "Attachment": {
      "AttachmentID": "b097ccf6-dd35-4a48-a618-2847a4d19446",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    }
  },
  "HoursToGetReady": 15,
  "Description": "sample string 18",
  "Message": "sample string 19",
  "BranchOfficeTiming": {},
  "GoogleLocationURL": "sample string 20"
}