- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Setting
inventory/purchase_order/delete
POST
/inventory/purchase_order/delete
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
purchase_order_id
integer
required
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"purchase_order_id": 0
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
success
boolean
optional
purchase_order_id
integer
optional
Example
{
"error": [
"string"
],
"success": true,
"purchase_order_id": 0
}
Modified at 2024-10-20 09:03:07