Skip to content

Update a(n) Position Field V2 record​

PUT
/positionsV2/customfields

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"JobId": 0,
"FieldName": "string",
"Value": [...],
"Action": "string"
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​