POST api/Print/imp_zone/delete

supprime une zone d'impression

Request Information

URI Parameters

None.

Body Parameters

zone d'impression à supprimer

IMP_ZONE
NameDescriptionTypeAdditional information
zzmaj

integer

None.

zzutil

string

None.

zzposte

string

None.

zzdate

string

None.

zzheure

string

None.

zzsynchro

integer

None.

code

string

None.

nom

string

None.

description

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,
  "code": "sample string 7",
  "nom": "sample string 8",
  "description": "sample string 9"
}

application/xml, text/xml

Sample:
<IMP_ZONE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAGACore.Model.DataBase">
  <code>sample string 7</code>
  <description>sample string 9</description>
  <nom>sample string 8</nom>
  <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>
</IMP_ZONE>

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 'IMP_ZONE'.

Response Information

Resource Description

true si succès

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>