POST api/Parametrages/CreateIndice
Request Information
URI Parameters
None.
Body Parameters
usp_Indice_Select1_ResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdIndice | decimal number |
None. |
|
| Libelle | string |
None. |
|
| IdClassification | decimal number |
None. |
|
| CreatedBy | decimal number |
None. |
|
| ModifiedBy | decimal number |
None. |
|
| Classification | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdIndice": 1.0,
"Libelle": "sample string 2",
"IdClassification": 1.0,
"CreatedBy": 1.0,
"ModifiedBy": 1.0,
"Classification": "sample string 3"
}
application/xml, text/xml
Sample:
<usp_Indice_Select1_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Classification>sample string 3</Classification> <CreatedBy>1</CreatedBy> <IdClassification>1</IdClassification> <IdIndice>1</IdIndice> <Libelle>sample string 2</Libelle> <ModifiedBy>1</ModifiedBy> </usp_Indice_Select1_ResultDto>
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. |