Type |
Create |
List |
Purchase Orders
|
URL |
http://{domain}/api/v2/purchaseorders/create_receivement.json
|
Accepts Filters |
No |
Output Attributes
|
No |
Create Purchase Orders Receivement
These parameters are used for creating Purchase Order
Receivements
Parameter |
Type |
Required |
Notes
|
Example |
id |
int |
Yes |
Purchase Order ID
|
S3
|
condition |
int |
No
|
PO Condition
|
1
|
dom |
int |
No
|
Date of Manufacture
|
1405089472 |
expiration |
int |
No
|
|
1406012457 |
notes |
int |
No
|
|
These are some notes.
|
Product Data
Parameter |
Type |
Required |
Notes
|
Example |
sku |
int |
Conditional |
Required if item number is not passed
|
1154-8211 |
qty |
int |
Yes
|
|
6
|
line_item
|
int |
Conditional
|
Line Item number of the PO
|
3
|
Response
Example JSON returned
{
"code": "200",
"data": "1"
}