POST api/SgpPerformance
Request Information
URI Parameters
None.
Body Parameters
PerformanceAttendueDpDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Libelle | string |
None. |
|
| DateDebut | date |
None. |
|
| DateFin | date |
None. |
|
| TypePerformance | string |
None. |
|
| InfoSearchIdPerformanceAttendue | InfoSearchOfInt64 |
None. |
|
| InfoSearchIdFcp | InfoSearchOfDecimal |
None. |
|
| InfoSearchIdExercice | InfoSearchOfDecimal |
None. |
|
| InfoSearchIdIntermediaire | InfoSearchOfInt64 |
None. |
|
| InfoSearchTauxAttendu | InfoSearchOfDecimal |
None. |
|
| InfoSearchDescriptions | InfoSearchOfString |
None. |
|
| InfoSearchIsDeleted | InfoSearchOfBoolean |
None. |
|
| InfoSearchDateCreation | InfoSearchOfDateTime |
None. |
|
| InfoSearchDateMaj | InfoSearchOfDateTime |
None. |
|
| InfoSearchCreatedBy | InfoSearchOfInt64 |
None. |
|
| InfoSearchModifiedBy | InfoSearchOfInt64 |
None. |
|
| InfoSearchDataKey | InfoSearchOfString |
None. |
|
| IdPerformanceAttendue | integer |
None. |
|
| IdFcp | decimal number |
None. |
|
| IdExercice | decimal number |
None. |
|
| IdIntermediaire | integer |
None. |
|
| TauxAttendu | decimal number |
None. |
|
| Descriptions | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| DateCreation | date |
None. |
|
| DateMaj | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| DataKey | string |
None. |
|
| IsNewItem | boolean |
None. |
|
| RequiredTenant | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Libelle": "sample string 1",
"DateDebut": "2025-12-17T07:04:02.1144388+01:00",
"DateFin": "2025-12-17T07:04:02.1144388+01:00",
"TypePerformance": "sample string 2",
"InfoSearchIdPerformanceAttendue": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 4"
},
"InfoSearchIdFcp": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1.0,
"Fin": 2.0
},
"OperatorToUse": "sample string 4"
},
"InfoSearchIdExercice": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1.0,
"Fin": 2.0
},
"OperatorToUse": "sample string 4"
},
"InfoSearchIdIntermediaire": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 4"
},
"InfoSearchTauxAttendu": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1.0,
"Fin": 2.0
},
"OperatorToUse": "sample string 4"
},
"InfoSearchDescriptions": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 4"
},
"InfoSearchIsDeleted": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": true,
"Fin": true
},
"OperatorToUse": "sample string 4"
},
"InfoSearchDateCreation": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": "2025-12-17T07:04:02.1144388+01:00",
"Fin": "2025-12-17T07:04:02.1144388+01:00"
},
"OperatorToUse": "sample string 4"
},
"InfoSearchDateMaj": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": "2025-12-17T07:04:02.1144388+01:00",
"Fin": "2025-12-17T07:04:02.1144388+01:00"
},
"OperatorToUse": "sample string 4"
},
"InfoSearchCreatedBy": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 4"
},
"InfoSearchModifiedBy": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": 1,
"Fin": 2
},
"OperatorToUse": "sample string 4"
},
"InfoSearchDataKey": {
"Consider": true,
"IsOrderByField": true,
"IsSumField": true,
"Intervalle": {
"Debut": "sample string 1",
"Fin": "sample string 2"
},
"OperatorToUse": "sample string 4"
},
"IdPerformanceAttendue": 3,
"IdFcp": 4.0,
"IdExercice": 5.0,
"IdIntermediaire": 1,
"TauxAttendu": 1.0,
"Descriptions": "sample string 6",
"IsDeleted": true,
"DateCreation": "2025-12-17T07:04:02.1144388+01:00",
"DateMaj": "2025-12-17T07:04:02.1144388+01:00",
"CreatedBy": 10,
"ModifiedBy": 11,
"DataKey": "sample string 12",
"IsNewItem": true,
"RequiredTenant": true
}
application/xml, text/xml
Sample:
<PerformanceAttendueDpDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
<_requiredTenant xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">true</_requiredTenant>
<_x003C_IsNewItem_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">true</_x003C_IsNewItem_x003E_k__BackingField>
<CreatedBy>10</CreatedBy>
<DataKey>sample string 12</DataKey>
<DateCreation>2025-12-17T07:04:02.1144388+01:00</DateCreation>
<DateDebut>2025-12-17T07:04:02.1144388+01:00</DateDebut>
<DateFin>2025-12-17T07:04:02.1144388+01:00</DateFin>
<DateMaj>2025-12-17T07:04:02.1144388+01:00</DateMaj>
<Descriptions>sample string 6</Descriptions>
<IdExercice>5</IdExercice>
<IdFcp>4</IdFcp>
<IdIntermediaire>1</IdIntermediaire>
<IdPerformanceAttendue>3</IdPerformanceAttendue>
<InfoSearchCreatedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchCreatedBy>
<InfoSearchDataKey xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>sample string 1</d2p1:Debut>
<d2p1:Fin>sample string 2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchDataKey>
<InfoSearchDateCreation xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>2025-12-17T07:04:02.1144388+01:00</d2p1:Debut>
<d2p1:Fin>2025-12-17T07:04:02.1144388+01:00</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchDateCreation>
<InfoSearchDateMaj xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>2025-12-17T07:04:02.1144388+01:00</d2p1:Debut>
<d2p1:Fin>2025-12-17T07:04:02.1144388+01:00</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchDateMaj>
<InfoSearchDescriptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>sample string 1</d2p1:Debut>
<d2p1:Fin>sample string 2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchDescriptions>
<InfoSearchIdExercice xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchIdExercice>
<InfoSearchIdFcp xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchIdFcp>
<InfoSearchIdIntermediaire xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchIdIntermediaire>
<InfoSearchIdPerformanceAttendue xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchIdPerformanceAttendue>
<InfoSearchIsDeleted xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>true</d2p1:Debut>
<d2p1:Fin>true</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchIsDeleted>
<InfoSearchModifiedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchModifiedBy>
<InfoSearchTauxAttendu xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
<d2p1:Consider>true</d2p1:Consider>
<d2p1:Intervalle>
<d2p1:Debut>1</d2p1:Debut>
<d2p1:Fin>2</d2p1:Fin>
</d2p1:Intervalle>
<d2p1:IsOrderByField>true</d2p1:IsOrderByField>
<d2p1:IsSumField>true</d2p1:IsSumField>
<d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
</InfoSearchTauxAttendu>
<IsDeleted>true</IsDeleted>
<Libelle>sample string 1</Libelle>
<ModifiedBy>11</ModifiedBy>
<TauxAttendu>1</TauxAttendu>
<TypePerformance>sample string 2</TypePerformance>
</PerformanceAttendueDpDto>
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. |