DELETE api/_DOS_DOSSIER/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

DOS_DOSSIER
NameDescriptionTypeAdditional information
DOS_ID

integer

None.

EXI_ID_MAIN

integer

None.

DOS_COLLECTIF

string

None.

DOS_EMPLAC_HALL

string

None.

DOS_EMPLAC_ALLEE

string

None.

DOS_EMPLAC_NUMSTAND

string

None.

SYNDICAT

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DOS_ID": 1,
  "EXI_ID_MAIN": 2,
  "DOS_COLLECTIF": "sample string 3",
  "DOS_EMPLAC_HALL": "sample string 4",
  "DOS_EMPLAC_ALLEE": "sample string 5",
  "DOS_EMPLAC_NUMSTAND": "sample string 6",
  "SYNDICAT": "sample string 7"
}

application/xml, text/xml

Sample:
<DOS_DOSSIER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CogesWebApi">
  <DOS_COLLECTIF>sample string 3</DOS_COLLECTIF>
  <DOS_EMPLAC_ALLEE>sample string 5</DOS_EMPLAC_ALLEE>
  <DOS_EMPLAC_HALL>sample string 4</DOS_EMPLAC_HALL>
  <DOS_EMPLAC_NUMSTAND>sample string 6</DOS_EMPLAC_NUMSTAND>
  <DOS_ID>1</DOS_ID>
  <EXI_ID_MAIN>2</EXI_ID_MAIN>
  <SYNDICAT>sample string 7</SYNDICAT>
</DOS_DOSSIER>