POST api/SupCustCreditLimitSchedule/Save

Request Information

URI Parameters

None.

Body Parameters

SupCustCreditLimitSchedule
NameDescriptionTypeAdditional information
EffectedDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

CreditLimit

decimal number

None.

DebitLimit

decimal number

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

SuplierCustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EffectedDate": "2025-10-29T13:05:51.6145732+05:00",
  "EntryDate": "2025-10-29T13:05:51.6145732+05:00",
  "ModifyDate": "2025-10-29T13:05:51.6145732+05:00",
  "CreditLimit": 4.1,
  "DebitLimit": 5.1,
  "CompanyId": 6,
  "EntryUser": 7,
  "Id": 8,
  "ModifyUser": 9,
  "OrganizationId": 10,
  "SuplierCustomerId": 11
}

application/xml, text/xml

Sample:
<SupCustCreditLimitSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <CompanyId>6</CompanyId>
  <CreditLimit>4.1</CreditLimit>
  <DebitLimit>5.1</DebitLimit>
  <EffectedDate>2025-10-29T13:05:51.6145732+05:00</EffectedDate>
  <EntryDate>2025-10-29T13:05:51.6145732+05:00</EntryDate>
  <EntryUser>7</EntryUser>
  <Id>8</Id>
  <ModifyDate>2025-10-29T13:05:51.6145732+05:00</ModifyDate>
  <ModifyUser>9</ModifyUser>
  <OrganizationId>10</OrganizationId>
  <SuplierCustomerId>11</SuplierCustomerId>
</SupCustCreditLimitSchedule>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.