GET api/v2/objects/create
CreateObject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CreateObjectQueryResult
CreateObjectQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Countries | Collection of CreateObjectQueryResultCountry |
None. |
Response Formats
application/json
Sample:
{
"Countries": [
{
"CountryId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1"
},
{
"CountryId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1"
}
]
}