PUT Application/PutCountry

Request Information

URI Parameters

None.

Body Parameters

Country
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Code

string

Required

Name

string

Required

RegionID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "id": "db5703fa-8072-492c-b3b4-47619082e173",
  "code": "sample string 2",
  "name": "sample string 3",
  "regionID": "05b998f8-80d6-4bf4-8d02-85d2529d2d6f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.