POST po_receive/ReceiveHeaderAndDetails

Request Information

URI Parameters

None.

Body Parameters

DTOPODetail
NameDescriptionTypeAdditional information
po_type

string

None.

po_nbr

integer

None.

cycle

integer

None.

line_seq

integer

None.

po_line_id

integer

None.

item_code

string

None.

description

string

None.

order_qty

decimal number

None.

acc_recv_qty

decimal number

None.

bo_qty

decimal number

None.

tax_code1

string

None.

tax_code2

string

None.

tax_code3

string

None.

disc_pct

decimal number

None.

qty_unit

string

None.

price_unit

string

None.

price

decimal number

None.

line_type

string

None.

ware

integer

None.

exp_date

date

None.

req_date

date

None.

ven_item_code

string

None.

is_solid

byte

None.

case_qty

integer

None.

all_qty_recvd

byte

None.

has_a_recv_posted

byte

None.

container_qty

decimal number

None.

label_status

byte

None.

qty_yet_to_be_recvd

decimal number

None.

order_date

date

None.

closed

byte

None.

aux_desc

string

None.

upc_code

string

None.

scc_code

string

None.

ext_scc_code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "po_type": "sample string 1",
  "po_nbr": 2,
  "cycle": 3,
  "line_seq": 4,
  "po_line_id": 5,
  "item_code": "sample string 6",
  "description": "sample string 7",
  "order_qty": 1.1,
  "acc_recv_qty": 1.1,
  "bo_qty": 1.1,
  "tax_code1": "sample string 8",
  "tax_code2": "sample string 9",
  "tax_code3": "sample string 10",
  "disc_pct": 1.1,
  "qty_unit": "sample string 11",
  "price_unit": "sample string 12",
  "price": 1.1,
  "line_type": "sample string 13",
  "ware": 1,
  "exp_date": "2025-12-08T12:49:58.4897637-07:00",
  "req_date": "2025-12-08T12:49:58.4897637-07:00",
  "ven_item_code": "sample string 14",
  "is_solid": 64,
  "case_qty": 1,
  "all_qty_recvd": 64,
  "has_a_recv_posted": 64,
  "container_qty": 1.1,
  "label_status": 64,
  "qty_yet_to_be_recvd": 1.1,
  "order_date": "2025-12-08T12:49:58.4897637-07:00",
  "closed": 64,
  "aux_desc": "sample string 15",
  "upc_code": "sample string 16",
  "scc_code": "sample string 17",
  "ext_scc_code": "sample string 18"
}

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

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.