GET api/PrdDtoCtrl/GetNew

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PRD_PRODUCT
NameDescriptionTypeAdditional information
PRD_ID

integer

None.

EXI_ID

integer

None.

PRD_ORDRE

integer

None.

PRD_TITRE_XML

string

None.

PRD_PRESENTATION_XML

string

None.

PRD_LOGO

string

None.

PRD_STAR

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PRD_ID": 1,
  "EXI_ID": 1,
  "PRD_ORDRE": 1,
  "PRD_TITRE_XML": "sample string 2",
  "PRD_PRESENTATION_XML": "sample string 3",
  "PRD_LOGO": "sample string 4",
  "PRD_STAR": true
}

application/xml, text/xml

Sample:
<PRD_PRODUCT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesWebApi">
  <EXI_ID>1</EXI_ID>
  <PRD_ID>1</PRD_ID>
  <PRD_LOGO>sample string 4</PRD_LOGO>
  <PRD_ORDRE>1</PRD_ORDRE>
  <PRD_PRESENTATION_XML>sample string 3</PRD_PRESENTATION_XML>
  <PRD_STAR>true</PRD_STAR>
  <PRD_TITRE_XML>sample string 2</PRD_TITRE_XML>
</PRD_PRODUCT>