Pick

Picks the estimate for quotes/estimate total

Pick estimate/quote

Parameter

Description

Examples

More info

API

The API area

purchases.json

Action

Quote picked off

&action=quotedpicked_off

Action

Quote picked on

&action=quotedpicked_on

Parameters described in overview

user=user&password=user&version=3.3

Overview

Action

Estimate picked off

&action=estimatepicked_off

Action

Estimate picked on

&action=estimatepicked_on

Identifies the record(s) you wish to pick

Purchase

Internal Purchase ID

&purchase=10008229

Example requests:

http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.3&action=quotedpicked_off&purchase=10007388
http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.3&action=quotepicked_on&purchase=10007388
http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.3&action=estimatepicked_off&purchase=10007388
http://<SERVER>/jsonapi/purchases.json?user=user&password=user&version=3.3&action=estimatepicked_on&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
}
]
}