Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
curl --request POST \
--url https://api.skulabs.com/purchase_order/bulk_accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{}
]
}'/purchase_order/bulk_accept
curl --request POST \
--url https://api.skulabs.com/purchase_order/bulk_accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{}
]
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK