Monday, May 20, 2024

Static - Country
Action:
GET ALL
Method:
GET
URL: /api/v1/static/country/getall
Description: Fetch all Static Country records
Type Key DataType Notes
Headers api-key String Your Api-Key
Params ReturnFormat String Json or Xml
Return Data: Json or XML collection of Static Country records.
[{
 "CountryID": 235,
 "Name": "United Kingdom",
 "Code": "UK",
 "MappingReference": "GB",
 "Territoty": false
}]
Field Data Type
CountryID Int 16
Name Text 255
Code Text 15
MappingReference Text 150
Territoty Boolean