Estimate Pick Off

Picks the estimate for quotes/estimate total

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

Example request:

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

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Purchase order estimate picked changed. ",
"warningmessage": "",
"success": true,
"data": [
{
"poInternal": 10008307,
"poUuid": "222BC6D55195844381EAC1A6CB93461E",
"poTimeStampModified": 1522085009,
"poRecordVersionNumber": 3,
"poPONumber": "{EST}",
"poPicked": true
}
]
}