POST Pentagon/ApprovePhysicalCount

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.PHYSICALCOUNT
NameDescriptionTypeAdditional information
PARTNUMBER

string

None.

SUBP

string

None.

LOGNO

integer

None.

COND

string

None.

SERIAL_NO

string

None.

LOCATION

string

None.

COUNTED_SERIAL_NO

string

None.

COUNT_QTY

decimal number

None.

COUNT_DATE

date

None.

COST

decimal number

None.

QTY

decimal number

None.

REF1

string

None.

REF2

string

None.

REF3

string

None.

RECLOCK

string

None.

ADDED_USR

string

None.

ADDED_DTE

date

None.

UPDATED_USR

string

None.

UPDATED_DTE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PARTNUMBER": "sample string 1",
  "SUBP": "sample string 2",
  "LOGNO": 3,
  "COND": "sample string 4",
  "SERIAL_NO": "sample string 5",
  "LOCATION": "sample string 6",
  "COUNTED_SERIAL_NO": "sample string 7",
  "COUNT_QTY": 1.0,
  "COUNT_DATE": "2026-04-03T08:51:02.5625075-04:00",
  "COST": 1.0,
  "QTY": 1.0,
  "REF1": "sample string 8",
  "REF2": "sample string 9",
  "REF3": "sample string 10",
  "RECLOCK": "sample string 11",
  "ADDED_USR": "sample string 12",
  "ADDED_DTE": "2026-04-03T08:51:02.5625075-04:00",
  "UPDATED_USR": "sample string 13",
  "UPDATED_DTE": "2026-04-03T08:51:02.5625075-04:00"
}

application/xml, text/xml

Sample:
<PHYSICALCOUNT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ADDED_DTE>2026-04-03T08:51:02.5625075-04:00</ADDED_DTE>
  <ADDED_USR>sample string 12</ADDED_USR>
  <COND>sample string 4</COND>
  <COST>1</COST>
  <COUNTED_SERIAL_NO>sample string 7</COUNTED_SERIAL_NO>
  <COUNT_DATE>2026-04-03T08:51:02.5625075-04:00</COUNT_DATE>
  <COUNT_QTY>1</COUNT_QTY>
  <LOCATION>sample string 6</LOCATION>
  <LOGNO>3</LOGNO>
  <PARTNUMBER>sample string 1</PARTNUMBER>
  <QTY>1</QTY>
  <RECLOCK>sample string 11</RECLOCK>
  <REF1>sample string 8</REF1>
  <REF2>sample string 9</REF2>
  <REF3>sample string 10</REF3>
  <SERIAL_NO>sample string 5</SERIAL_NO>
  <SUBP>sample string 2</SUBP>
  <UPDATED_DTE>2026-04-03T08:51:02.5625075-04:00</UPDATED_DTE>
  <UPDATED_USR>sample string 13</UPDATED_USR>
</PHYSICALCOUNT>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.