POST api/Ordre/Post
Request Information
URI Parameters
None.
Body Parameters
OrdreSgpDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOrdre | decimal number |
None. |
|
| IdFcp | decimal number |
None. |
|
| IdTitre | decimal number |
None. |
|
| IdTypeOrdre | integer |
None. |
|
| IdNatureOrdre | integer |
None. |
|
| Libelle | string |
None. |
|
| PrixTitre | decimal number |
None. |
|
| Quantite | decimal number |
None. |
|
| QuantiteExecute | decimal number |
None. |
|
| QuantiteRestant | decimal number |
None. |
|
| DateOperation | date |
None. |
|
| DateDebutOrdre | date |
None. |
|
| DateFinOrdre | date |
None. |
|
| DureeDeValidite | integer |
None. |
|
| IdUtilisateur | decimal number |
None. |
|
| idIntermediaire | integer |
None. |
|
| IdCourtier | integer |
None. |
|
| Courtier | string |
None. |
|
| EtatOrdre | string |
None. |
|
| EstExecute | boolean |
None. |
|
| CreateOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| Status | boolean |
None. |
|
| LibelleTitre | string |
None. |
|
| LibelleFCP | string |
None. |
|
| MontantTotal | decimal number |
None. |
|
| NumeroOrdre | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdOrdre": 1.0,
"IdFcp": 2.0,
"IdTitre": 3.0,
"IdTypeOrdre": 4,
"IdNatureOrdre": 5,
"Libelle": "sample string 6",
"PrixTitre": 1.0,
"Quantite": 7.0,
"QuantiteExecute": 8.0,
"QuantiteRestant": 9.0,
"DateOperation": "2025-12-17T07:04:29.458428+01:00",
"DateDebutOrdre": "2025-12-17T07:04:29.458428+01:00",
"DateFinOrdre": "2025-12-17T07:04:29.4741099+01:00",
"DureeDeValidite": 13,
"IdUtilisateur": 14.0,
"idIntermediaire": 15,
"IdCourtier": 16,
"Courtier": "sample string 17",
"EtatOrdre": "sample string 18",
"EstExecute": true,
"CreateOn": "2025-12-17T07:04:29.4741099+01:00",
"ModifiedOn": "2025-12-17T07:04:29.4741099+01:00",
"Status": true,
"LibelleTitre": "sample string 21",
"LibelleFCP": "sample string 22",
"MontantTotal": 1.0,
"NumeroOrdre": "sample string 23"
}
application/xml, text/xml
Sample:
<OrdreSgpDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Courtier>sample string 17</Courtier> <CreateOn>2025-12-17T07:04:29.4741099+01:00</CreateOn> <DateDebutOrdre>2025-12-17T07:04:29.458428+01:00</DateDebutOrdre> <DateFinOrdre>2025-12-17T07:04:29.4741099+01:00</DateFinOrdre> <DateOperation>2025-12-17T07:04:29.458428+01:00</DateOperation> <DureeDeValidite>13</DureeDeValidite> <EstExecute>true</EstExecute> <EtatOrdre>sample string 18</EtatOrdre> <IdCourtier>16</IdCourtier> <IdFcp>2</IdFcp> <IdNatureOrdre>5</IdNatureOrdre> <IdOrdre>1</IdOrdre> <IdTitre>3</IdTitre> <IdTypeOrdre>4</IdTypeOrdre> <IdUtilisateur>14</IdUtilisateur> <Libelle>sample string 6</Libelle> <LibelleFCP>sample string 22</LibelleFCP> <LibelleTitre>sample string 21</LibelleTitre> <ModifiedOn>2025-12-17T07:04:29.4741099+01:00</ModifiedOn> <MontantTotal>1</MontantTotal> <NumeroOrdre>sample string 23</NumeroOrdre> <PrixTitre>1</PrixTitre> <Quantite>7</Quantite> <QuantiteExecute>8</QuantiteExecute> <QuantiteRestant>9</QuantiteRestant> <Status>true</Status> <idIntermediaire>15</idIntermediaire> </OrdreSgpDto>
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. |