Executes the Add action for the Receipt Batch Entries data object.

Adds a new PO Receipt Batch Entry to an existing PO Receipt Batch

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The code of the subscriber that you are making this request for.

Body Params
integer
required
1 to 255

Company. Key to po/receipt_batches(Co, Mth, BatchId).

date
required
^([0-9]{4})-(1[0-2]|0[1-9])-01$

Key to po/receipt_batches(Co, Mth, BatchId). Format: YYYY-MM-01.

integer
required

Key to po/receipt_batches(Co, Mth, BatchId).

string
required
length ≤ 30

Key to po/po_headers(POCo, PO)

integer
required

Key to po/po_items(POCo, PO, POItem)

integer
required

Key to po/po_distributions(POCo, PO, POItem, POItemLine)

date

Format: YYY-MM-DD. Optional. If omitted, it will be defaulted to the current date.

string | null

Person placing the order. Optional. If omitted, null will be defaulted.

string | null

Optional. If omitted, null will be defaulted.

string | null

Receiver Number. Optional. If omitted, null will be defaulted.

string
^[-+]?[0-9]{1,9}(?:.[0-9]{0,3})?$

Received Units. Optional. If omitted, 0 will be defaulted. If the UM for this PO Item is LS, you should omit this value or provide 0. Any value you provide will be ignored.

string
^[-+]?[0-9]{1,9}(?:.[0-9]{0,3})?$

Backorder Units. Optional. If omitted, 0 will be defaulted. If the UM for this PO Item is LS, you should omit this value or provide 0. Any value you provide will be ignored.

string
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Received Costs. Optional. If omitted, 0 will be defaulted. If the UM for this PO Item is not LS, you should omit this value or provide 0. Any value you provide will be ignored.

string
^[-+]?[0-9]{1,10}(?:.[0-9]{0,2})?$

Backorder Costs. Optional. If omitted, 0 will be defaulted. If the UM for this PO Item is not LS, you should omit this value or provide 0. Any value you provide will be ignored.

string | null

Optional. If not provided, null will be defaulted.

__custom_fields
object

Add a property to this object for each user defined field to be set. Property name set to the user defined field name.

Headers
string
required

Used to authorize access to the Direct API.

Responses

401

You have not provided a proper X-Application-Key in the header of this request.

403

The X-Application-Key provided is valid but the key does not have access to this resource.

404

The object with the given ID was not found OR a subscriber with the given URL was not found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json