Skip to content

Create a(n) Position Field V2 record​

POST
/positionsV2/customfields

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object

Responses​

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

Playground​

Authorization
Body

Samples​