POST api/cotisations/paiements

Request Information

URI Parameters

None.

Body Parameters

Collection of Trans_RegWeb_CUI
NameDescriptionTypeAdditional information
Dat_Trans

date

None.

Ref_Memb

integer

None.

Ref_Trans

integer

None.

Montant

decimal number

None.

Carte

string

None.

Valid

integer

None.

Ref_evt

integer

None.

Label

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Dat_Trans": "2026-06-22T16:58:35.8392239+02:00",
    "Ref_Memb": 1,
    "Ref_Trans": 1,
    "Montant": 1.0,
    "Carte": "sample string 2",
    "Valid": 1,
    "Ref_evt": 1,
    "Label": "sample string 3"
  },
  {
    "Dat_Trans": "2026-06-22T16:58:35.8392239+02:00",
    "Ref_Memb": 1,
    "Ref_Trans": 1,
    "Montant": 1.0,
    "Carte": "sample string 2",
    "Valid": 1,
    "Ref_evt": 1,
    "Label": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTrans_RegWeb_CUI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICUI.Models">
  <Trans_RegWeb_CUI>
    <Carte>sample string 2</Carte>
    <Dat_Trans>2026-06-22T16:58:35.8392239+02:00</Dat_Trans>
    <Id>1</Id>
    <Label>sample string 3</Label>
    <Montant>1</Montant>
    <Ref_Memb>1</Ref_Memb>
    <Ref_Trans>1</Ref_Trans>
    <Ref_evt>1</Ref_evt>
    <Valid>1</Valid>
  </Trans_RegWeb_CUI>
  <Trans_RegWeb_CUI>
    <Carte>sample string 2</Carte>
    <Dat_Trans>2026-06-22T16:58:35.8392239+02:00</Dat_Trans>
    <Id>1</Id>
    <Label>sample string 3</Label>
    <Montant>1</Montant>
    <Ref_Memb>1</Ref_Memb>
    <Ref_Trans>1</Ref_Trans>
    <Ref_evt>1</Ref_evt>
    <Valid>1</Valid>
  </Trans_RegWeb_CUI>
</ArrayOfTrans_RegWeb_CUI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.