POST api/consommations/paiements
Request Information
URI Parameters
None.
Body Parameters
Collection of Trans_RegWeb_SISCUI| Name | Description | Type | Additional 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:37.814572+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:37.814572+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_SISCUI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICUI.Models">
<Trans_RegWeb_SISCUI>
<Carte>sample string 2</Carte>
<Dat_Trans>2026-06-22T16:58:37.814572+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_SISCUI>
<Trans_RegWeb_SISCUI>
<Carte>sample string 2</Carte>
<Dat_Trans>2026-06-22T16:58:37.814572+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_SISCUI>
</ArrayOfTrans_RegWeb_SISCUI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.