GET ipbs/all/countries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CRMCountry| Name | 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": "2026-01-26T21:48:22.5974552-05: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>2026-01-26T21:48:22.5974552-05:00</DateOfCreation> <MarkedAs>sample string 4</MarkedAs> </CRMCountry>