POST api/StockInOut/InsertPendingStockInOutAcqItemsByLocationID

To Insert Pending StockInOut AcqItems By LocationID

Request Information

URI Parameters

None.

Body Parameters

PendingStockInOutModel
NameDescriptionTypeAdditional information
BranchIDs

string

None.

Acquisitions

string

None.

LotNumbers

string

None.

VehicleDeliveryTypePLs

string

None.

InternalTransportLocationDeliveryIDs

string

None.

IsActive

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

StringArray

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchIDs": "sample string 1",
  "Acquisitions": "sample string 2",
  "LotNumbers": "sample string 3",
  "VehicleDeliveryTypePLs": "sample string 4",
  "InternalTransportLocationDeliveryIDs": "sample string 5",
  "IsActive": true,
  "CreatedBy": 7,
  "CreatedDate": "2021-02-24T13:00:45.4110526+11:00",
  "ModifiedBy": 9,
  "ModifiedDate": "2021-02-24T13:00:45.4110526+11:00",
  "StringArray": "sample string 11"
}

application/xml, text/xml

Sample:
<PendingStockInOutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <Acquisitions>sample string 2</Acquisitions>
  <BranchIDs>sample string 1</BranchIDs>
  <CreatedBy>7</CreatedBy>
  <CreatedDate>2021-02-24T13:00:45.4110526+11:00</CreatedDate>
  <InternalTransportLocationDeliveryIDs>sample string 5</InternalTransportLocationDeliveryIDs>
  <IsActive>true</IsActive>
  <LotNumbers>sample string 3</LotNumbers>
  <ModifiedBy>9</ModifiedBy>
  <ModifiedDate>2021-02-24T13:00:45.4110526+11:00</ModifiedDate>
  <StringArray>sample string 11</StringArray>
  <VehicleDeliveryTypePLs>sample string 4</VehicleDeliveryTypePLs>
</PendingStockInOutModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.