POST api/BudgetingCreditDebit/Post

Request Information

URI Parameters

None.

Body Parameters

BudgetingCreditDebitInputModel
NameDescriptionTypeAdditional information
IsProperty

boolean

None.

IsRentalFee

boolean

None.

IsFrieden

boolean

None.

IsNoef

boolean

None.

IsTfw

boolean

None.

PrescribingDate

date

None.

DeadlineDate

date

None.

Deadline

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IsProperty": true,
  "IsRentalFee": true,
  "IsFrieden": true,
  "IsNoef": true,
  "IsTfw": true,
  "PrescribingDate": "2025-12-30T11:13:53.7486033+01:00",
  "DeadlineDate": "2025-12-30T11:13:53.7486033+01:00",
  "Deadline": "2025-12-30T11:13:53.7486033+01:00"
}

text/html

Sample:
{"IsProperty":true,"IsRentalFee":true,"IsFrieden":true,"IsNoef":true,"IsTfw":true,"PrescribingDate":"2025-12-30T11:13:53.7486033+01:00","DeadlineDate":"2025-12-30T11:13:53.7486033+01:00","Deadline":"2025-12-30T11:13:53.7486033+01:00"}

application/xml, text/xml

Sample:
<BudgetingCreditDebitInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portego.ErpService.Common.Models.Budgeting">
  <Deadline>2025-12-30T11:13:53.7486033+01:00</Deadline>
  <DeadlineDate>2025-12-30T11:13:53.7486033+01:00</DeadlineDate>
  <IsFrieden>true</IsFrieden>
  <IsNoef>true</IsNoef>
  <IsProperty>true</IsProperty>
  <IsRentalFee>true</IsRentalFee>
  <IsTfw>true</IsTfw>
  <PrescribingDate>2025-12-30T11:13:53.7486033+01:00</PrescribingDate>
</BudgetingCreditDebitInputModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.