POST api/IndiceCour
Request Information
URI Parameters
None.
Body Parameters
IndiceCourDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdIndiceCour | decimal number |
None. |
|
| IdIndice | decimal number |
None. |
|
| Date | date |
None. |
|
| Ouverture | decimal number |
None. |
|
| Cloture | decimal number |
None. |
|
| Haut | decimal number |
None. |
|
| Bas | decimal number |
None. |
|
| Volume | integer |
None. |
|
| VariationEnValeur | decimal number |
None. |
|
| VariationEnPourcentage | decimal number |
None. |
|
| Libelle | string |
None. |
|
| Code | string |
None. |
|
| CapitalisationIndice | decimal number |
None. |
|
| NombreEmetteur | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdIndiceCour": 1.0,
"IdIndice": 2.0,
"Date": "2025-10-27T13:36:18.7009469+01:00",
"Ouverture": 4.0,
"Cloture": 5.0,
"Haut": 1.0,
"Bas": 1.0,
"Volume": 1,
"VariationEnValeur": 1.0,
"VariationEnPourcentage": 1.0,
"Libelle": "sample string 6",
"Code": "sample string 7",
"CapitalisationIndice": 1.0,
"NombreEmetteur": 1
}
application/xml, text/xml
Sample:
<IndiceCourDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Bas>1</Bas> <CapitalisationIndice>1</CapitalisationIndice> <Cloture>5</Cloture> <Code>sample string 7</Code> <Date>2025-10-27T13:36:18.7009469+01:00</Date> <Haut>1</Haut> <IdIndice>2</IdIndice> <IdIndiceCour>1</IdIndiceCour> <Libelle>sample string 6</Libelle> <NombreEmetteur>1</NombreEmetteur> <Ouverture>4</Ouverture> <VariationEnPourcentage>1</VariationEnPourcentage> <VariationEnValeur>1</VariationEnValeur> <Volume>1</Volume> </IndiceCourDto>
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. |