GET api/SpecialOffer/GetBranchesByID?apiKey={apiKey}&specialOfferID={specialOfferID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

string

Required

specialOfferID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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": "9d9dd019-1522-4e51-b15d-13ba147ed99e",
      "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": "a72b0fb8-beeb-44e5-91a7-4762abb5353c",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    },
    "Longitude": 11.1,
    "Latitude": 12.1,
    "BranchType": {
      "BranchTypeID": "69948128-6db8-4c03-901d-e279d2ee10be",
      "Name": "sample string 2",
      "Attachment": {
        "AttachmentID": "a72b0fb8-beeb-44e5-91a7-4762abb5353c",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      }
    },
    "HoursToGetReady": 15,
    "Description": "sample string 18",
    "Message": "sample string 19",
    "BranchOfficeTiming": {},
    "GoogleLocationURL": "sample string 20"
  },
  {
    "Identity": {
      "Id": "9d9dd019-1522-4e51-b15d-13ba147ed99e",
      "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": "a72b0fb8-beeb-44e5-91a7-4762abb5353c",
      "ImageString": "sample string 6",
      "AttachmentDataBase64": "sample string 7"
    },
    "Longitude": 11.1,
    "Latitude": 12.1,
    "BranchType": {
      "BranchTypeID": "69948128-6db8-4c03-901d-e279d2ee10be",
      "Name": "sample string 2",
      "Attachment": {
        "AttachmentID": "a72b0fb8-beeb-44e5-91a7-4762abb5353c",
        "ImageString": "sample string 6",
        "AttachmentDataBase64": "sample string 7"
      }
    },
    "HoursToGetReady": 15,
    "Description": "sample string 18",
    "Message": "sample string 19",
    "BranchOfficeTiming": {},
    "GoogleLocationURL": "sample string 20"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.