POST api/inventoryreason

Request Information

URI Parameters

None.

Body Parameters

InventoryReason
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

AllowRF

integer

None.

DumpStock

integer

None.

CreditRequest

integer

None.

ExcludeFromLoss

integer

None.

Reserved

integer

None.

Updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 1",
  "allowRF": 2,
  "dumpStock": 3,
  "creditRequest": 4,
  "excludeFromLoss": 5,
  "reserved": 6,
  "updated": "2025-06-14T06:20:13.2407448"
}

application/xml, text/xml

Sample:
<InventoryReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <AllowRF>2</AllowRF>
  <CreditRequest>4</CreditRequest>
  <DumpStock>3</DumpStock>
  <ExcludeFromLoss>5</ExcludeFromLoss>
  <ID>1</ID>
  <Name>sample string 1</Name>
  <Reserved>6</Reserved>
  <Updated>2025-06-14T06:20:13.2407448+00:00</Updated>
</InventoryReason>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.