Skip to main content
Move Erp Field Item

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

ErpFieldId, Direction, ErpConnectionId, ErpActorType

MoveErpFieldItem: Moves the rank of the erp field up or down

ErpFieldId
integer<int32>
Direction
integer<int32>
ErpConnectionId
integer<int32>
ErpActorType
enum<string>
Available options:
Unknown,
Customer,
Supplier,
Partner,
Person,
Project,
Employee,
Sale

Response

204

No Content