Cancellation Reason Services
GET Pull Cancelation Reasons from Omnitron
GET Pull Cancelation Reasons from Omnitronimport requests
import json
url = "https://{domain_url}/api/v1/oms/cancellation-reasons/pull_from_omnitron/"
token = "11111XXXXXXXXXXXXXXXXX201XXXXX9332d"
headers = {
'Content-Type': 'application/json',
'Authorization': f'Token {token}'
}
response = requests.request('GET', url, headers=headers)
print(response.json())GET List Cancellation Reasons
GET List Cancellation ReasonsParameter
Data Type
Description
GET Detail Cancellation Reasons
GET Detail Cancellation ReasonsParameter
Data Type
Description
Last updated
Was this helpful?

