POST api/InvLookUp/Save

Request Information

URI Parameters

None.

Body Parameters

InvLookUp
NameDescriptionTypeAdditional information
PostState

boolean

None.

EntryDate

date

None.

PostDate

date

None.

Code

integer

None.

CompanyId

integer

None.

EntryUser

integer

None.

Id

integer

None.

InvLookupTypeId

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

PostUser

integer

None.

LookupName

string

None.

ModifyDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PostState": true,
  "EntryDate": "2025-10-29T13:17:17.6974352+05:00",
  "PostDate": "2025-10-29T13:17:17.6974352+05:00",
  "Code": 3,
  "CompanyId": 4,
  "EntryUser": 5,
  "Id": 6,
  "InvLookupTypeId": 7,
  "ModifyUser": 8,
  "OrganizationId": 9,
  "PostUser": 10,
  "LookupName": "sample string 11",
  "ModifyDate": "2025-10-29T13:17:17.6974352+05:00"
}

application/xml, text/xml

Sample:
<InvLookUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Inventory">
  <Code>3</Code>
  <CompanyId>4</CompanyId>
  <EntryDate>2025-10-29T13:17:17.6974352+05:00</EntryDate>
  <EntryUser>5</EntryUser>
  <Id>6</Id>
  <InvLookupTypeId>7</InvLookupTypeId>
  <LookupName>sample string 11</LookupName>
  <ModifyDate>2025-10-29T13:17:17.6974352+05:00</ModifyDate>
  <ModifyUser>8</ModifyUser>
  <OrganizationId>9</OrganizationId>
  <PostDate>2025-10-29T13:17:17.6974352+05:00</PostDate>
  <PostState>true</PostState>
  <PostUser>10</PostUser>
</InvLookUp>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.