Request Code Samples
curl --location --request POST '/ySO/api/Order/Archive?id=123456' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;'
Responses
application/json {
"StatusCode": 200,
"Info": "Success",
"Data": {},
"Total": 0
}
Modified at 2025-03-21 02:39:12