POST api/Parametrages/CreateCategorieFiscale

Request Information

URI Parameters

None.

Body Parameters

CategorieFiscaleDto
NameDescriptionTypeAdditional information
IdCategorieFiscale

decimal number

None.

Libelle

string

None.

CreatedBy

decimal number

None.

CreatedOn

date

None.

ModifiedBy

decimal number

None.

ModifiedOn

date

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdCategorieFiscale": 1.0,
  "Libelle": "sample string 2",
  "CreatedBy": 1.0,
  "CreatedOn": "2025-10-27T13:33:50.5290794+01:00",
  "ModifiedBy": 1.0,
  "ModifiedOn": "2025-10-27T13:33:50.5290794+01:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<CategorieFiscaleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2025-10-27T13:33:50.5290794+01:00</CreatedOn>
  <IdCategorieFiscale>1</IdCategorieFiscale>
  <IsDeleted>true</IsDeleted>
  <Libelle>sample string 2</Libelle>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-10-27T13:33:50.5290794+01:00</ModifiedOn>
</CategorieFiscaleDto>

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 'CategorieFiscaleDto'.

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.