POST api/Taxe/DeleteTaxePays

Request Information

URI Parameters

None.

Body Parameters

TAXE_PAYS
NameDescriptionTypeAdditional information
zzmaj

integer

None.

zzutil

string

None.

zzposte

string

None.

zzdate

string

None.

zzheure

string

None.

zzsynchro

integer

None.

origine

string

None.

pays_naiss

string

None.

pays_elevage

string

None.

pays_abattage

string

None.

pays_decoupage

string

None.

date_debut

string

None.

taxe2

string

None.

taxe3

string

None.

taxe4

string

None.

taxe5

string

None.

taxe6

string

None.

taxe7

string

None.

taxe8

string

None.

taxe9

string

None.

taxe10

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,
  "origine": "sample string 7",
  "pays_naiss": "sample string 8",
  "pays_elevage": "sample string 9",
  "pays_abattage": "sample string 10",
  "pays_decoupage": "sample string 11",
  "date_debut": "sample string 12",
  "taxe2": "sample string 13",
  "taxe3": "sample string 14",
  "taxe4": "sample string 15",
  "taxe5": "sample string 16",
  "taxe6": "sample string 17",
  "taxe7": "sample string 18",
  "taxe8": "sample string 19",
  "taxe9": "sample string 20",
  "taxe10": "sample string 21"
}

application/xml, text/xml

Sample:
<TAXE_PAYS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAGACore.Model.DataBase">
  <date_debut>sample string 12</date_debut>
  <origine>sample string 7</origine>
  <pays_abattage>sample string 10</pays_abattage>
  <pays_decoupage>sample string 11</pays_decoupage>
  <pays_elevage>sample string 9</pays_elevage>
  <pays_naiss>sample string 8</pays_naiss>
  <taxe10>sample string 21</taxe10>
  <taxe2>sample string 13</taxe2>
  <taxe3>sample string 14</taxe3>
  <taxe4>sample string 15</taxe4>
  <taxe5>sample string 16</taxe5>
  <taxe6>sample string 17</taxe6>
  <taxe7>sample string 18</taxe7>
  <taxe8>sample string 19</taxe8>
  <taxe9>sample string 20</taxe9>
  <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>
</TAXE_PAYS>

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

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>