Picks the estimate for quotes/estimate total
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | purchases.json | |
General | Yes | Parameters described in overview | see overview | Structure of an API call |
Action | Yes | The action to perform | action=estimatepicked_off | |
Identifier | Yes | Purchase ID or UUID | purchase=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
}
]
}