Option On

Sets the purchase as an option type

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areapurchases.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
ActionYesThe action to performaction=option_on
IdentifierYesPurchase ID or UUIDpurchase=10008229

Example request:

http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.9&action=option_on&purchase=10007388

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Purchase order option changed. ",
"warningmessage": "",
"success": true,
"data": [
{
"poInternal": 10007388,
"poUuid": "7A54C829DD0D174CA43A43B948386413",
"poTimeStampModified": 1605091973,
"poRecordVersionNumber": 43,
"poPONumber": "{EST}",
"poOption": "option"
}
]
}