POST api/WorkRequests/mobilesupplyitems

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SimpleSupplyItem
NameDescriptionTypeAdditional information
ID

integer

Required

StockDesc

string

Required

StockNo

string

Required

IssuePrice

decimal number

None.

IssueUnit

string

None.

UnitCost

decimal number

None.

PriceCostPercentage

decimal number

None.

Manufacturer

string

None.

MfgNumber

string

None.

MfgCatalogNumber

string

None.

TotalQuantity

integer

None.

ReorderQty

integer

None.

ReorderPoint

integer

None.

SafetyReorderPoint

integer

None.

IsReorderQtyBelow

boolean

None.

IsReorderPointBelow

boolean

None.

IsSafetyReorderPointBelow

boolean

None.

AccountID

integer

None.

UserName

string

None.

LastChanged

date

None.

IsActive

boolean

None.

Warehouse

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "StockDesc": "sample string 2",
    "StockNo": "sample string 3",
    "IssuePrice": 1.0,
    "IssueUnit": "sample string 4",
    "UnitCost": 1.0,
    "PriceCostPercentage": 1.0,
    "Manufacturer": "sample string 5",
    "MfgNumber": "sample string 6",
    "MfgCatalogNumber": "sample string 7",
    "TotalQuantity": 1,
    "ReorderQty": 1,
    "ReorderPoint": 1,
    "SafetyReorderPoint": 1,
    "IsReorderQtyBelow": true,
    "IsReorderPointBelow": true,
    "IsSafetyReorderPointBelow": true,
    "AccountID": 11,
    "UserName": "sample string 12",
    "LastChanged": "2024-05-18T03:43:52.9632445Z",
    "IsActive": true,
    "Warehouse": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "ID": 1,
    "StockDesc": "sample string 2",
    "StockNo": "sample string 3",
    "IssuePrice": 1.0,
    "IssueUnit": "sample string 4",
    "UnitCost": 1.0,
    "PriceCostPercentage": 1.0,
    "Manufacturer": "sample string 5",
    "MfgNumber": "sample string 6",
    "MfgCatalogNumber": "sample string 7",
    "TotalQuantity": 1,
    "ReorderQty": 1,
    "ReorderPoint": 1,
    "SafetyReorderPoint": 1,
    "IsReorderQtyBelow": true,
    "IsReorderPointBelow": true,
    "IsSafetyReorderPointBelow": true,
    "AccountID": 11,
    "UserName": "sample string 12",
    "LastChanged": "2024-05-18T03:43:52.9632445Z",
    "IsActive": true,
    "Warehouse": [
      "sample string 1",
      "sample string 2"
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfSimpleSupplyItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
  <SimpleSupplyItem>
    <AccountID>11</AccountID>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <IsReorderPointBelow>true</IsReorderPointBelow>
    <IsReorderQtyBelow>true</IsReorderQtyBelow>
    <IsSafetyReorderPointBelow>true</IsSafetyReorderPointBelow>
    <IssuePrice>1</IssuePrice>
    <IssueUnit>sample string 4</IssueUnit>
    <LastChanged>2024-05-18T03:43:52.9632445+00:00</LastChanged>
    <Manufacturer>sample string 5</Manufacturer>
    <MfgCatalogNumber>sample string 7</MfgCatalogNumber>
    <MfgNumber>sample string 6</MfgNumber>
    <PriceCostPercentage>1</PriceCostPercentage>
    <ReorderPoint>1</ReorderPoint>
    <ReorderQty>1</ReorderQty>
    <SafetyReorderPoint>1</SafetyReorderPoint>
    <StockDesc>sample string 2</StockDesc>
    <StockNo>sample string 3</StockNo>
    <TotalQuantity>1</TotalQuantity>
    <UnitCost>1</UnitCost>
    <UserName>sample string 12</UserName>
    <Warehouse xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </Warehouse>
  </SimpleSupplyItem>
  <SimpleSupplyItem>
    <AccountID>11</AccountID>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <IsReorderPointBelow>true</IsReorderPointBelow>
    <IsReorderQtyBelow>true</IsReorderQtyBelow>
    <IsSafetyReorderPointBelow>true</IsSafetyReorderPointBelow>
    <IssuePrice>1</IssuePrice>
    <IssueUnit>sample string 4</IssueUnit>
    <LastChanged>2024-05-18T03:43:52.9632445+00:00</LastChanged>
    <Manufacturer>sample string 5</Manufacturer>
    <MfgCatalogNumber>sample string 7</MfgCatalogNumber>
    <MfgNumber>sample string 6</MfgNumber>
    <PriceCostPercentage>1</PriceCostPercentage>
    <ReorderPoint>1</ReorderPoint>
    <ReorderQty>1</ReorderQty>
    <SafetyReorderPoint>1</SafetyReorderPoint>
    <StockDesc>sample string 2</StockDesc>
    <StockNo>sample string 3</StockNo>
    <TotalQuantity>1</TotalQuantity>
    <UnitCost>1</UnitCost>
    <UserName>sample string 12</UserName>
    <Warehouse xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </Warehouse>
  </SimpleSupplyItem>
</ArrayOfSimpleSupplyItem>