PUT api/Tarif/{codeClient}/RFABrasseur

Ajoute ou modifie une remise arriere spécifique par brasseur pour un client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
codeClient

Code du client

string

Required

Body Parameters

Informations à mettre à jour

RFA_Brasseur_Client_Complet
NameDescriptionTypeAdditional information
ID

integer

None.

ClientID

string

None.

BrasseurID

string

None.

Brasseur_nom

string

None.

rfa_valeur_hl_biere

decimal number

None.

Libelle

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ClientID": "sample string 2",
  "BrasseurID": "sample string 3",
  "Brasseur_nom": "sample string 4",
  "rfa_valeur_hl_biere": 5.0,
  "Libelle": "sample string 6"
}

application/xml, text/xml

Sample:
<RFA_Brasseur_Client_Complet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAGACore">
  <BrasseurID>sample string 3</BrasseurID>
  <Brasseur_nom>sample string 4</Brasseur_nom>
  <ClientID>sample string 2</ClientID>
  <ID>1</ID>
  <Libelle>sample string 6</Libelle>
  <rfa_valeur_hl_biere>5</rfa_valeur_hl_biere>
</RFA_Brasseur_Client_Complet>

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

Response Information

Resource Description

JSonGenericOfRFA_Brasseur_Client_Complet
NameDescriptionTypeAdditional information
Response

RFA_Brasseur_Client_Complet

None.

Datas

RFA_Brasseur_Client_Complet

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": {
    "ID": 1,
    "ClientID": "sample string 2",
    "BrasseurID": "sample string 3",
    "Brasseur_nom": "sample string 4",
    "rfa_valeur_hl_biere": 5.0,
    "Libelle": "sample string 6"
  },
  "Datas": {
    "ID": 1,
    "ClientID": "sample string 2",
    "BrasseurID": "sample string 3",
    "Brasseur_nom": "sample string 4",
    "rfa_valeur_hl_biere": 5.0,
    "Libelle": "sample string 6"
  },
  "ServiceName": "sample string 1",
  "Parameters": "sample string 2",
  "Status": 0,
  "ErrorMessage": "sample string 3",
  "Error": {
    "Code": "sample string 1",
    "Details": "sample string 2",
    "Message": "sample string 3",
    "Level": 1
  }
}

application/xml, text/xml

Sample:
<JSonGenericOfRFA_Brasseur_Client_Completq8b3XWLw 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 3</ErrorMessage>
  <Parameters>sample string 2</Parameters>
  <ServiceName>sample string 1</ServiceName>
  <Status>Error</Status>
  <Datas xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
    <d2p1:BrasseurID>sample string 3</d2p1:BrasseurID>
    <d2p1:Brasseur_nom>sample string 4</d2p1:Brasseur_nom>
    <d2p1:ClientID>sample string 2</d2p1:ClientID>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:Libelle>sample string 6</d2p1:Libelle>
    <d2p1:rfa_valeur_hl_biere>5</d2p1:rfa_valeur_hl_biere>
  </Datas>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
    <d2p1:BrasseurID>sample string 3</d2p1:BrasseurID>
    <d2p1:Brasseur_nom>sample string 4</d2p1:Brasseur_nom>
    <d2p1:ClientID>sample string 2</d2p1:ClientID>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:Libelle>sample string 6</d2p1:Libelle>
    <d2p1:rfa_valeur_hl_biere>5</d2p1:rfa_valeur_hl_biere>
  </Response>
</JSonGenericOfRFA_Brasseur_Client_Completq8b3XWLw>