PUT api/Transaction/PutDeleteAttributionGratuite
Request Information
URI Parameters
None.
Body Parameters
AttributionGratuiteDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| IdAttributionGratuite | integer | None. | |
| IdTitre | integer | None. | |
| LibelleAttribution | string | None. | |
| QuantiteRequise | decimal number | None. | |
| QuantiteAttribuee | decimal number | None. | |
| QuantiteMinimum | decimal number | None. | |
| DateAttribution | date | None. | |
| Code | string | None. | |
| libelle | string | None. | |
| CreateOn | date | None. | |
| CreateBy | integer | None. | |
| ModifiedBy | integer | None. | |
| ModifiedOn | date | None. | |
| IsDeleted | boolean | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "IdAttributionGratuite": 1,
  "IdTitre": 2,
  "LibelleAttribution": "sample string 3",
  "QuantiteRequise": 4.0,
  "QuantiteAttribuee": 5.0,
  "QuantiteMinimum": 6.0,
  "DateAttribution": "2025-10-27T13:31:13.7478241+01:00",
  "Code": "sample string 8",
  "libelle": "sample string 9",
  "CreateOn": "2025-10-27T13:31:13.7478241+01:00",
  "CreateBy": 10,
  "ModifiedBy": 1,
  "ModifiedOn": "2025-10-27T13:31:13.7478241+01:00",
  "IsDeleted": true
}
        application/xml, text/xml
            Sample:
        <AttributionGratuiteDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Code>sample string 8</Code> <CreateBy>10</CreateBy> <CreateOn>2025-10-27T13:31:13.7478241+01:00</CreateOn> <DateAttribution>2025-10-27T13:31:13.7478241+01:00</DateAttribution> <IdAttributionGratuite>1</IdAttributionGratuite> <IdTitre>2</IdTitre> <IsDeleted>true</IsDeleted> <LibelleAttribution>sample string 3</LibelleAttribution> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-10-27T13:31:13.7478241+01:00</ModifiedOn> <QuantiteAttribuee>5</QuantiteAttribuee> <QuantiteMinimum>6</QuantiteMinimum> <QuantiteRequise>4</QuantiteRequise> <libelle>sample string 9</libelle> </AttributionGratuiteDto>
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. |