PUT api/Fcp/PutFcpRepartitionDroitsES
Request Information
URI Parameters
None.
Body Parameters
FcpRepartitionDroitsES| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFcp | decimal number |
None. |
|
| TauxSGODE | decimal number |
None. |
|
| TauxFCPDE | decimal number |
None. |
|
| TauxSGODS | decimal number |
None. |
|
| TauxFCPDS | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFcp": 1.0,
"TauxSGODE": 2.0,
"TauxFCPDE": 3.0,
"TauxSGODS": 4.0,
"TauxFCPDS": 5.0
}
application/xml, text/xml
Sample:
<FcpRepartitionDroitsES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Dal.data"> <IdFcp>1</IdFcp> <TauxFCPDE>3</TauxFCPDE> <TauxFCPDS>5</TauxFCPDS> <TauxSGODE>2</TauxSGODE> <TauxSGODS>4</TauxSGODS> </FcpRepartitionDroitsES>
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. |