POST V01/GetLand

Request Information

URI Parameters

None.

Body Parameters

WEB_LAND_V01
NameDescriptionTypeAdditional information
LandIsoCode

string

None.

Gebruikercode

string

None.

Landnaam

string

None.

CallStatus

integer

None.

CallErrorMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LandIsoCode": "sample string 1",
  "Gebruikercode": "sample string 2",
  "Landnaam": "sample string 3",
  "CallStatus": 1,
  "CallErrorMsg": "sample string 4"
}

text/html

Sample:
{"LandIsoCode":"sample string 1","Gebruikercode":"sample string 2","Landnaam":"sample string 3","CallStatus":1,"CallErrorMsg":"sample string 4"}

application/xml, text/xml

Sample:
<WEB_LAND_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI">
  <CallErrorMsg>sample string 4</CallErrorMsg>
  <CallStatus>1</CallStatus>
  <Gebruikercode>sample string 2</Gebruikercode>
  <LandIsoCode>sample string 1</LandIsoCode>
  <Landnaam>sample string 3</Landnaam>
</WEB_LAND_V01>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of WEB_LAND_V01
NameDescriptionTypeAdditional information
LandIsoCode

string

None.

Gebruikercode

string

None.

Landnaam

string

None.

CallStatus

integer

None.

CallErrorMsg

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LandIsoCode": "sample string 1",
    "Gebruikercode": "sample string 2",
    "Landnaam": "sample string 3",
    "CallStatus": 1,
    "CallErrorMsg": "sample string 4"
  },
  {
    "LandIsoCode": "sample string 1",
    "Gebruikercode": "sample string 2",
    "Landnaam": "sample string 3",
    "CallStatus": 1,
    "CallErrorMsg": "sample string 4"
  }
]

text/html

Sample:
[{"LandIsoCode":"sample string 1","Gebruikercode":"sample string 2","Landnaam":"sample string 3","CallStatus":1,"CallErrorMsg":"sample string 4"},{"LandIsoCode":"sample string 1","Gebruikercode":"sample string 2","Landnaam":"sample string 3","CallStatus":1,"CallErrorMsg":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfWEB_LAND_V01 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI">
  <WEB_LAND_V01>
    <CallErrorMsg>sample string 4</CallErrorMsg>
    <CallStatus>1</CallStatus>
    <Gebruikercode>sample string 2</Gebruikercode>
    <LandIsoCode>sample string 1</LandIsoCode>
    <Landnaam>sample string 3</Landnaam>
  </WEB_LAND_V01>
  <WEB_LAND_V01>
    <CallErrorMsg>sample string 4</CallErrorMsg>
    <CallStatus>1</CallStatus>
    <Gebruikercode>sample string 2</Gebruikercode>
    <LandIsoCode>sample string 1</LandIsoCode>
    <Landnaam>sample string 3</Landnaam>
  </WEB_LAND_V01>
</ArrayOfWEB_LAND_V01>