POST po_receive/header

Request Information

URI Parameters

None.

Body Parameters

DTOReceiveHeader
NameDescriptionTypeAdditional information
recv_nbr

integer

None.

po_nbr

integer

None.

po_cycle

integer

None.

recv_date

date

None.

warehouse

integer

None.

recv_value

decimal number

None.

currency

string

None.

curr_rate

decimal number

None.

gl_txn_nbr

integer

None.

total_weight

decimal number

None.

total_cube

decimal number

None.

ref_nbr

string

None.

printed

byte

None.

posted

byte

None.

vendor_nbr

integer

None.

ready_to_post

byte

None.

ship_order

integer

None.

invoiced

byte

None.

total_units

integer

None.

recvd_by

string

None.

recv_mode

byte

None.

recv_user

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "recv_nbr": 1,
  "po_nbr": 1,
  "po_cycle": 1,
  "recv_date": "2025-12-08T12:46:01.2324566-07:00",
  "warehouse": 1,
  "recv_value": 1.0,
  "currency": "sample string 2",
  "curr_rate": 1.1,
  "gl_txn_nbr": 1,
  "total_weight": 1.1,
  "total_cube": 1.1,
  "ref_nbr": "sample string 3",
  "printed": 64,
  "posted": 64,
  "vendor_nbr": 1,
  "ready_to_post": 64,
  "ship_order": 1,
  "invoiced": 64,
  "total_units": 1,
  "recvd_by": "sample string 4",
  "recv_mode": 64,
  "recv_user": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOReceiveHeader'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.