POST api/CompteGeneral/ImportDat
Request Information
URI Parameters
None.
Body Parameters
Collection of ImportDatSgpDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NumeroDat | string |
None. |
|
| Libelle | string |
None. |
|
| LibelleCompteCourant | string |
None. |
|
| NumeroCompteCourant | string |
None. |
|
| ModePaiement | string |
None. |
|
| NumeroCompteGeneral | string |
None. |
|
| IdFcp | integer |
None. |
|
| IdBanque | integer |
None. |
|
| IdDat | integer |
None. |
|
| IdCompteCourant | decimal number |
None. |
|
| IdCompteGeneral | decimal number |
None. |
|
| Taux | decimal number |
None. |
|
| Montant | decimal number |
None. |
|
| Periode | string |
None. |
|
| Banque | string |
None. |
|
| NatureOperation | string |
None. |
|
| DateOuverture | date |
None. |
|
| Duree | integer |
None. |
|
| Numero | string |
None. |
|
| User | UtilisateurDto |
None. |
|
| DateDebut | date |
None. |
|
| DateFin | date |
None. |
|
| PeriodeRemboursement | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |