POST api/reclamations/diagnostic

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "NumTelAssocieCarte": "sample string 1",
  "PhonePayeur": "sample string 2",
  "RefOperation": "sample string 3",
  "DateAchat": "sample string 4",
  "HeureAchact": "sample string 5",
  "RefTMoney": "sample string 6"
}

text/html

Sample:
{"NumTelAssocieCarte":"sample string 1","PhonePayeur":"sample string 2","RefOperation":"sample string 3","DateAchat":"sample string 4","HeureAchact":"sample string 5","RefTMoney":"sample string 6"}

application/xml, text/xml

Sample:
<ReclamationListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SotralWebApi.Models">
  <DateAchat>sample string 4</DateAchat>
  <HeureAchact>sample string 5</HeureAchact>
  <NumTelAssocieCarte>sample string 1</NumTelAssocieCarte>
  <PhonePayeur>sample string 2</PhonePayeur>
  <RefOperation>sample string 3</RefOperation>
  <RefTMoney>sample string 6</RefTMoney>
</ReclamationListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.