Cancel Advice
Cancel a pending order.
Resource URL
https://oms.sokochan.com/api/1.0/advices/{id}/cancel
Parameter(s)
Name | Description | Type | Length |
---|---|---|---|
id Required | Sokochan advice ID or External ID (Please prefix External ID with the @ symbol). | string | 60 |
curl -X PUT -H "Authorization: Basic ZnJlZDpmcmVk="\
"https://oms.sokochan.com/api/1.0/advices/@av001/cancel"
curl -X PUT -H "Authorization: Basic ZnJlZDpmcmVk="\
"https://oms.sokochan.com/api/1.0/advices/106/cancel"
{ "code": "200", }