PUT api/_PYS_PAYS/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

PYS_PAYS
NameDescriptionTypeAdditional information
PYS_CODE

string

None.

PYS_LIBELLE_FR

string

None.

PYS_LIBELLE_EN

string

None.

PYS_TEL

string

None.

PYS_GMT

string

None.

CUR_CODE

string

None.

PYS_CODE_3

string

None.

PYS_LIBELLE_ES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PYS_CODE": "sample string 1",
  "PYS_LIBELLE_FR": "sample string 2",
  "PYS_LIBELLE_EN": "sample string 3",
  "PYS_TEL": "sample string 4",
  "PYS_GMT": "sample string 5",
  "CUR_CODE": "sample string 6",
  "PYS_CODE_3": "sample string 7",
  "PYS_LIBELLE_ES": "sample string 8"
}

application/xml, text/xml

Sample:
<PYS_PAYS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesWebApi">
  <CUR_CODE>sample string 6</CUR_CODE>
  <PYS_CODE>sample string 1</PYS_CODE>
  <PYS_CODE_3>sample string 7</PYS_CODE_3>
  <PYS_GMT>sample string 5</PYS_GMT>
  <PYS_LIBELLE_EN>sample string 3</PYS_LIBELLE_EN>
  <PYS_LIBELLE_ES>sample string 8</PYS_LIBELLE_ES>
  <PYS_LIBELLE_FR>sample string 2</PYS_LIBELLE_FR>
  <PYS_TEL>sample string 4</PYS_TEL>
</PYS_PAYS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.