PUT api/Abonnement

Request Information

URI Parameters

None.

Body Parameters

sp_Abonnement_Insert_ResultDto
NameDescriptionTypeAdditional information
IdAbonnement

decimal number

None.

Libelle

string

None.

Montant

decimal number

None.

DateDebut

date

None.

DateFin

date

None.

IdRecruteur

decimal number

None.

DatePayement

date

None.

ModePayement

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdAbonnement": 1.0,
  "Libelle": "sample string 2",
  "Montant": 3.0,
  "DateDebut": "2025-04-05T07:04:35.5305333+02:00",
  "DateFin": "2025-04-05T07:04:35.5305333+02:00",
  "IdRecruteur": 6.0,
  "DatePayement": "2025-04-05T07:04:35.5305333+02:00",
  "ModePayement": "sample string 7"
}

application/xml, text/xml

Sample:
<sp_Abonnement_Insert_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DTO">
  <DateDebut>2025-04-05T07:04:35.5305333+02:00</DateDebut>
  <DateFin>2025-04-05T07:04:35.5305333+02:00</DateFin>
  <DatePayement>2025-04-05T07:04:35.5305333+02:00</DatePayement>
  <IdAbonnement>1</IdAbonnement>
  <IdRecruteur>6</IdRecruteur>
  <Libelle>sample string 2</Libelle>
  <ModePayement>sample string 7</ModePayement>
  <Montant>3</Montant>
</sp_Abonnement_Insert_ResultDto>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.