PUT api/Client/PutTauxPreferentiel/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
usp_TauxPreferentiel_Select_ResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTauxPreferentiel | decimal number |
None. |
|
| IdFcp | decimal number |
None. |
|
| IdClient | decimal number |
None. |
|
| DateDebut | date |
None. |
|
| DateFin | date |
None. |
|
| Actif | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| DateCreation | date |
None. |
|
| DateMaj | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| Fond | string |
None. |
|
| Client | string |
None. |
|
| Code | string |
None. |
|
| Contact | string |
None. |
|
| string |
None. |
||
| TauxDroitsEntree | decimal number |
None. |
|
| TauxDroitsSortie | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdTauxPreferentiel": 1.0,
"IdFcp": 2.0,
"IdClient": 3.0,
"DateDebut": "2025-10-27T13:33:52.075954+01:00",
"DateFin": "2025-10-27T13:33:52.075954+01:00",
"Actif": true,
"IsDeleted": true,
"DateCreation": "2025-10-27T13:33:52.075954+01:00",
"DateMaj": "2025-10-27T13:33:52.075954+01:00",
"CreatedBy": 7,
"ModifiedBy": 1,
"Fond": "sample string 8",
"Client": "sample string 9",
"Code": "sample string 10",
"Contact": "sample string 11",
"Email": "sample string 12",
"TauxDroitsEntree": 1.0,
"TauxDroitsSortie": 1.0
}
application/xml, text/xml
Sample:
<usp_TauxPreferentiel_Select_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Actif>true</Actif> <Client>sample string 9</Client> <Code>sample string 10</Code> <Contact>sample string 11</Contact> <CreatedBy>7</CreatedBy> <DateCreation>2025-10-27T13:33:52.075954+01:00</DateCreation> <DateDebut>2025-10-27T13:33:52.075954+01:00</DateDebut> <DateFin>2025-10-27T13:33:52.075954+01:00</DateFin> <DateMaj>2025-10-27T13:33:52.075954+01:00</DateMaj> <Email>sample string 12</Email> <Fond>sample string 8</Fond> <IdClient>3</IdClient> <IdFcp>2</IdFcp> <IdTauxPreferentiel>1</IdTauxPreferentiel> <IsDeleted>true</IsDeleted> <ModifiedBy>1</ModifiedBy> <TauxDroitsEntree>1</TauxDroitsEntree> <TauxDroitsSortie>1</TauxDroitsSortie> </usp_TauxPreferentiel_Select_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. |