GET ipbs/all/countries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CRMCountryName | Description | Type | Additional information |
---|---|---|---|
CountryID | string |
Max length: 3 |
|
CountryAbbreviation | string |
Max length: 5 |
|
Country | string |
Max length: 50 |
|
MarkedAs | string |
Max length: 1 |
|
DateOfCreation | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "CountryID": "sample string 1", "CountryAbbreviation": "sample string 2", "Country": "sample string 3", "MarkedAs": "sample string 4", "DateOfCreation": "2025-04-04T00:14:59.0410257-04:00" }
text/xml
Sample:
<CRMCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <Country>sample string 3</Country> <CountryAbbreviation>sample string 2</CountryAbbreviation> <CountryID>sample string 1</CountryID> <DateOfCreation>2025-04-04T00:14:59.0410257-04:00</DateOfCreation> <MarkedAs>sample string 4</MarkedAs> </CRMCountry>