GET api/SpecialOffer?apiKey={apiKey}&specialOfferID={specialOfferID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
specialOfferID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BranchName | Description | Type | Additional 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": "f55c29c0-e8b2-4635-b786-fb96b1195e22", "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": "e2233643-3156-4bed-a221-91b6f12860c0", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "b12a9de7-3cf6-422c-976c-0450488443e1", "Name": "sample string 2", "Attachment": { "AttachmentID": "e2233643-3156-4bed-a221-91b6f12860c0", "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": "f55c29c0-e8b2-4635-b786-fb96b1195e22", "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": "e2233643-3156-4bed-a221-91b6f12860c0", "ImageString": "sample string 6", "AttachmentDataBase64": "sample string 7" }, "Longitude": 11.1, "Latitude": 12.1, "BranchType": { "BranchTypeID": "b12a9de7-3cf6-422c-976c-0450488443e1", "Name": "sample string 2", "Attachment": { "AttachmentID": "e2233643-3156-4bed-a221-91b6f12860c0", "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.