POST po_receive/detail

Request Information

URI Parameters

None.

Body Parameters

DTOReceiveDetail
NameDescriptionTypeAdditional information
recv_iine_id

integer

None.

recv_nbr

integer

None.

line_nbr

integer

None.

warehouse

integer

None.

item_code

string

None.

item_desc

string

None.

RecvQty

decimal number

None.

po_line_id

integer

None.

qty_unit

string

None.

recv_date

date

None.

price

decimal number

None.

invoiced

byte

None.

serial_count

integer

None.

vendor_nbr

integer

None.

price_unit

string

None.

line_type

string

None.

ap_invc_seq

integer

None.

landed_cost

decimal number

None.

bo_qty

decimal number

None.

chg_exempt

byte

None.

is_kit_cmpnt

byte

None.

is_catch_weight

byte

None.

ext_kit_qty

decimal number

None.

catch_weight

decimal number

None.

invcd_qty

decimal number

None.

clear_date

date

None.

ap_batch_seq

integer

None.

batch_link

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "recv_iine_id": 1,
  "recv_nbr": 2,
  "line_nbr": 3,
  "warehouse": 1,
  "item_code": "sample string 4",
  "item_desc": "sample string 5",
  "RecvQty": 1.1,
  "po_line_id": 1,
  "qty_unit": "sample string 6",
  "recv_date": "2025-12-08T12:47:58.3262709-07:00",
  "price": 1.1,
  "invoiced": 64,
  "serial_count": 1,
  "vendor_nbr": 1,
  "price_unit": "sample string 7",
  "line_type": "sample string 8",
  "ap_invc_seq": 1,
  "landed_cost": 1.1,
  "bo_qty": 1.1,
  "chg_exempt": 64,
  "is_kit_cmpnt": 64,
  "is_catch_weight": 64,
  "ext_kit_qty": 1.1,
  "catch_weight": 1.1,
  "invcd_qty": 1.1,
  "clear_date": "2025-12-08T12:47:58.3262709-07:00",
  "ap_batch_seq": 1,
  "batch_link": 64
}

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 'DTOReceiveDetail'.

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.