GET ExchangeItemLang/GetLatestVersion?code={code}&clientversion={clientversion}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

clientversion

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ExchangeItemLang
NameDescriptionTypeAdditional information
ExchangeItemLangId

integer

None.

ExchangeItemId

integer

None.

LangCode

string

String length: inclusive between 0 and 10

LangName

string

String length: inclusive between 0 and 80

IsDeleted

boolean

None.

Version

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ExchangeItemLangId": 1,
    "ExchangeItemId": 2,
    "LangCode": "sample string 3",
    "LangName": "sample string 4",
    "IsDeleted": true,
    "Version": 6
  },
  {
    "ExchangeItemLangId": 1,
    "ExchangeItemId": 2,
    "LangCode": "sample string 3",
    "LangName": "sample string 4",
    "IsDeleted": true,
    "Version": 6
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'NEX.Model.ExchangeItem' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'NEX.Model.ExchangeItem' contains cycles and cannot be serialized if reference tracking is disabled.