POST Api/Inventory/GetInventoryCheckINOUTDetails

Request Information

URI Parameters

None.

Body Parameters

InventoryCheckINOUTRequestModel
NameDescriptionTypeAdditional information
Inventory_ID

decimal number

None.

CampusName

string

None.

UserID

string

None.

DeviceID

string

None.

DeviceOS

string

None.

Version

string

None.

accessToken

string

Required

Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$

Request Formats

application/json, text/json

Sample:
{
  "Inventory_ID": 1.0,
  "CampusName": "sample string 1",
  "UserID": "sample string 2",
  "DeviceID": "sample string 3",
  "DeviceOS": "sample string 4",
  "Version": "sample string 5",
  "accessToken": "sample string 6"
}

text/html

Sample:
{"Inventory_ID":1.0,"CampusName":"sample string 1","UserID":"sample string 2","DeviceID":"sample string 3","DeviceOS":"sample string 4","Version":"sample string 5","accessToken":"sample string 6"}

application/xml, text/xml

Sample:
<InventoryCheckINOUTRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 1</CampusName>
  <DeviceID>sample string 3</DeviceID>
  <DeviceOS>sample string 4</DeviceOS>
  <UserID>sample string 2</UserID>
  <Version>sample string 5</Version>
  <accessToken>sample string 6</accessToken>
  <Inventory_ID>1</Inventory_ID>
</InventoryCheckINOUTRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />