POST api/ExImLcPaymentTerm/Save

Request Information

URI Parameters

None.

Body Parameters

ExImLcPaymentTerm
NameDescriptionTypeAdditional information
PostState

boolean

None.

EntryDate

date

None.

ModifyDate

date

None.

PostDate

date

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

PostUser

integer

None.

LcOrderTerm

string

None.

lcOrderTermDesc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PostState": true,
  "EntryDate": "2025-10-29T13:05:54.8957977+05:00",
  "ModifyDate": "2025-10-29T13:05:54.8957977+05:00",
  "PostDate": "2025-10-29T13:05:54.8957977+05:00",
  "CompanyId": 5,
  "EntryUser": 6,
  "Id": 7,
  "ModifyUser": 8,
  "OrganizationId": 9,
  "PostUser": 10,
  "LcOrderTerm": "sample string 11",
  "lcOrderTermDesc": "sample string 12"
}

application/xml, text/xml

Sample:
<ExImLcPaymentTerm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export">
  <CompanyId>5</CompanyId>
  <EntryDate>2025-10-29T13:05:54.8957977+05:00</EntryDate>
  <EntryUser>6</EntryUser>
  <Id>7</Id>
  <LcOrderTerm>sample string 11</LcOrderTerm>
  <ModifyDate>2025-10-29T13:05:54.8957977+05:00</ModifyDate>
  <ModifyUser>8</ModifyUser>
  <OrganizationId>9</OrganizationId>
  <PostDate>2025-10-29T13:05:54.8957977+05:00</PostDate>
  <PostState>true</PostState>
  <PostUser>10</PostUser>
  <lcOrderTermDesc>sample string 12</lcOrderTermDesc>
</ExImLcPaymentTerm>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.