POST api/Client/Remarques

Request Information

URI Parameters

None.

Body Parameters

CLT_REMARQUES
NameDescriptionTypeAdditional information
zzmaj

integer

None.

zzutil

string

None.

zzposte

string

None.

zzdate

string

None.

zzheure

string

None.

zzsynchro

integer

None.

client

string

None.

module

string

None.

famille

string

None.

date_debut

string

None.

date_fin

string

None.

texte

string

None.

actif

string

None.

entite

string

None.

Request Formats

application/json, text/json

Sample:
{
  "zzmaj": 1,
  "zzutil": "sample string 2",
  "zzposte": "sample string 3",
  "zzdate": "sample string 4",
  "zzheure": "sample string 5",
  "zzsynchro": 6,
  "client": "sample string 7",
  "module": "sample string 8",
  "famille": "sample string 9",
  "date_debut": "sample string 10",
  "date_fin": "sample string 11",
  "texte": "sample string 12",
  "actif": "sample string 13",
  "entite": "sample string 14"
}

application/xml, text/xml

Sample:
<CLT_REMARQUES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAGACore.Model.DataBase">
  <actif>sample string 13</actif>
  <client>sample string 7</client>
  <date_debut>sample string 10</date_debut>
  <date_fin>sample string 11</date_fin>
  <entite>sample string 14</entite>
  <famille>sample string 9</famille>
  <module>sample string 8</module>
  <texte>sample string 12</texte>
  <zzdate>sample string 4</zzdate>
  <zzheure>sample string 5</zzheure>
  <zzmaj>1</zzmaj>
  <zzposte>sample string 3</zzposte>
  <zzsynchro>6</zzsynchro>
  <zzutil>sample string 2</zzutil>
</CLT_REMARQUES>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CLT_REMARQUES'.

Response Information

Resource Description

JSonGenericOfBoolean
NameDescriptionTypeAdditional information
Response

boolean

None.

Datas

boolean

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": true,
  "Datas": true,
  "ServiceName": "sample string 3",
  "Parameters": "sample string 4",
  "Status": 0,
  "ErrorMessage": "sample string 5",
  "Error": {
    "Code": "sample string 1",
    "Details": "sample string 2",
    "Message": "sample string 3",
    "Level": 1
  }
}

application/xml, text/xml

Sample:
<JSonGenericOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ForSagaMiddleware">
  <Error>
    <Code>sample string 1</Code>
    <Details>sample string 2</Details>
    <Level>Info</Level>
    <Message>sample string 3</Message>
  </Error>
  <ErrorMessage>sample string 5</ErrorMessage>
  <Parameters>sample string 4</Parameters>
  <ServiceName>sample string 3</ServiceName>
  <Status>Error</Status>
  <Datas>true</Datas>
  <Response>true</Response>
</JSonGenericOfboolean>