POST Api/Inventory/AddOrUpdateCheckInOut

Request Information

URI Parameters

None.

Body Parameters

InventoryCheckINOUTInsertModel
NameDescriptionTypeAdditional information
InvChkOut_ID

decimal number

None.

Inventory_ID

decimal number

None.

Location_ID

decimal number

None.

Staff_ID

decimal number

None.

OutDate

date

None.

InDate

date

None.

TakeHome

integer

None.

AdditonalText

string

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:
{
  "InvChkOut_ID": 1.0,
  "Inventory_ID": 1.0,
  "Location_ID": 1.0,
  "Staff_ID": 1.0,
  "OutDate": "2025-05-31T22:01:15.1131932-04:00",
  "InDate": "2025-05-31T22:01:15.1131932-04:00",
  "TakeHome": 1,
  "AdditonalText": "sample string 2",
  "CampusName": "sample string 3",
  "UserID": "sample string 4",
  "DeviceID": "sample string 5",
  "DeviceOS": "sample string 6",
  "Version": "sample string 7",
  "accessToken": "sample string 8"
}

text/html

Sample:
{"InvChkOut_ID":1.0,"Inventory_ID":1.0,"Location_ID":1.0,"Staff_ID":1.0,"OutDate":"2025-05-31T22:01:15.1131932-04:00","InDate":"2025-05-31T22:01:15.1131932-04:00","TakeHome":1,"AdditonalText":"sample string 2","CampusName":"sample string 3","UserID":"sample string 4","DeviceID":"sample string 5","DeviceOS":"sample string 6","Version":"sample string 7","accessToken":"sample string 8"}

application/xml, text/xml

Sample:
<InventoryCheckINOUTInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">
  <CampusName>sample string 3</CampusName>
  <DeviceID>sample string 5</DeviceID>
  <DeviceOS>sample string 6</DeviceOS>
  <UserID>sample string 4</UserID>
  <Version>sample string 7</Version>
  <accessToken>sample string 8</accessToken>
  <AdditonalText>sample string 2</AdditonalText>
  <InDate>2025-05-31T22:01:15.1131932-04:00</InDate>
  <InvChkOut_ID>1</InvChkOut_ID>
  <Inventory_ID>1</Inventory_ID>
  <Location_ID>1</Location_ID>
  <OutDate>2025-05-31T22:01:15.1131932-04:00</OutDate>
  <Staff_ID>1</Staff_ID>
  <TakeHome>1</TakeHome>
</InventoryCheckINOUTInsertModel>

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/" />