POST api/SgpEvenementSurValeur/CreateFractionnementTitre

Request Information

URI Parameters

None.

Body Parameters

FractionnementTitreDpDto
NameDescriptionTypeAdditional information
InfoSearchIdFractionnementTitre

InfoSearchOfInt64

None.

InfoSearchIdTitre

InfoSearchOfDecimal

None.

InfoSearchLibelle

InfoSearchOfString

None.

InfoSearchCoeficientFractionnement

InfoSearchOfDecimal

None.

InfoSearchDateFractionnement

InfoSearchOfDateTime

None.

InfoSearchIsDeleted

InfoSearchOfBoolean

None.

InfoSearchDateCreation

InfoSearchOfDateTime

None.

InfoSearchDateMaj

InfoSearchOfDateTime

None.

InfoSearchCreatedBy

InfoSearchOfInt64

None.

InfoSearchModifiedBy

InfoSearchOfInt64

None.

InfoSearchDataKey

InfoSearchOfString

None.

IdFractionnementTitre

integer

None.

IdTitre

decimal number

None.

Libelle

string

None.

CoeficientFractionnement

decimal number

None.

DateFractionnement

date

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:
{
  "InfoSearchIdFractionnementTitre": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": 1,
      "Fin": 2
    },
    "OperatorToUse": "sample string 4"
  },
  "InfoSearchIdTitre": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": 1.0,
      "Fin": 2.0
    },
    "OperatorToUse": "sample string 4"
  },
  "InfoSearchLibelle": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": "sample string 1",
      "Fin": "sample string 2"
    },
    "OperatorToUse": "sample string 4"
  },
  "InfoSearchCoeficientFractionnement": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": 1.0,
      "Fin": 2.0
    },
    "OperatorToUse": "sample string 4"
  },
  "InfoSearchDateFractionnement": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": "2026-01-13T13:09:31.4498334+01:00",
      "Fin": "2026-01-13T13:09:31.4498334+01:00"
    },
    "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": "2026-01-13T13:09:31.4498334+01:00",
      "Fin": "2026-01-13T13:09:31.4498334+01:00"
    },
    "OperatorToUse": "sample string 4"
  },
  "InfoSearchDateMaj": {
    "Consider": true,
    "IsOrderByField": true,
    "IsSumField": true,
    "Intervalle": {
      "Debut": "2026-01-13T13:09:31.4498334+01:00",
      "Fin": "2026-01-13T13:09:31.4498334+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"
  },
  "IdFractionnementTitre": 1,
  "IdTitre": 2.0,
  "Libelle": "sample string 3",
  "CoeficientFractionnement": 1.0,
  "DateFractionnement": "2026-01-13T13:09:31.4517838+01:00",
  "IsDeleted": true,
  "DateCreation": "2026-01-13T13:09:31.4517838+01:00",
  "DateMaj": "2026-01-13T13:09:31.4527841+01:00",
  "CreatedBy": 7,
  "ModifiedBy": 8,
  "DataKey": "sample string 9",
  "IsNewItem": true,
  "RequiredTenant": true
}

application/xml, text/xml

Sample:
<FractionnementTitreDpDto 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>
  <CoeficientFractionnement>1</CoeficientFractionnement>
  <CreatedBy>7</CreatedBy>
  <DataKey>sample string 9</DataKey>
  <DateCreation>2026-01-13T13:09:31.4517838+01:00</DateCreation>
  <DateFractionnement>2026-01-13T13:09:31.4517838+01:00</DateFractionnement>
  <DateMaj>2026-01-13T13:09:31.4527841+01:00</DateMaj>
  <IdFractionnementTitre>1</IdFractionnementTitre>
  <IdTitre>2</IdTitre>
  <InfoSearchCoeficientFractionnement 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>
  </InfoSearchCoeficientFractionnement>
  <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>2026-01-13T13:09:31.4498334+01:00</d2p1:Debut>
      <d2p1:Fin>2026-01-13T13:09:31.4498334+01:00</d2p1:Fin>
    </d2p1:Intervalle>
    <d2p1:IsOrderByField>true</d2p1:IsOrderByField>
    <d2p1:IsSumField>true</d2p1:IsSumField>
    <d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
  </InfoSearchDateCreation>
  <InfoSearchDateFractionnement xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
    <d2p1:Consider>true</d2p1:Consider>
    <d2p1:Intervalle>
      <d2p1:Debut>2026-01-13T13:09:31.4498334+01:00</d2p1:Debut>
      <d2p1:Fin>2026-01-13T13:09:31.4498334+01:00</d2p1:Fin>
    </d2p1:Intervalle>
    <d2p1:IsOrderByField>true</d2p1:IsOrderByField>
    <d2p1:IsSumField>true</d2p1:IsSumField>
    <d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
  </InfoSearchDateFractionnement>
  <InfoSearchDateMaj xmlns:d2p1="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Domains">
    <d2p1:Consider>true</d2p1:Consider>
    <d2p1:Intervalle>
      <d2p1:Debut>2026-01-13T13:09:31.4498334+01:00</d2p1:Debut>
      <d2p1:Fin>2026-01-13T13:09:31.4498334+01:00</d2p1:Fin>
    </d2p1:Intervalle>
    <d2p1:IsOrderByField>true</d2p1:IsOrderByField>
    <d2p1:IsSumField>true</d2p1:IsSumField>
    <d2p1:OperatorToUse>sample string 4</d2p1:OperatorToUse>
  </InfoSearchDateMaj>
  <InfoSearchIdFractionnementTitre 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>
  </InfoSearchIdFractionnementTitre>
  <InfoSearchIdTitre 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>
  </InfoSearchIdTitre>
  <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>
  <InfoSearchLibelle 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>
  </InfoSearchLibelle>
  <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>
  <IsDeleted>true</IsDeleted>
  <Libelle>sample string 3</Libelle>
  <ModifiedBy>8</ModifiedBy>
</FractionnementTitreDpDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FractionnementTitreDpDto'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.