TAG LINE
SMALL TITLE
id | "id": 23 Type: Number This is the unique numeric identifier for the AccountParent |
accountId | "accountId": 2 Type: Number Unique identifier for the associated Account object. |
parentAccountId | "parentAccountId": 16 Type: Number Unique identifier for the associated Account object. |
topAccountId | "topAccountId": 18 Type: Number Unique identifier for the associated Account object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v2/Account/Parent/{id:int} |
Delete an instance of the AccountParent object. |
GET | api/v2/Account/Parent |
Retrieve all of the AccountParent objects. |
GET | api/v2/Account/Parent/Paged |
Retreive all of the AccountParent objects in a paged fashion. |
GET | api/v2/Account/Parent/{id:int} |
Retrieve an instance of the AccountParent object by it's ID. | |
{id:int} | Unique identifier for the AccountParent object. |
POST | api/v2/Account/Parent |
Create a new instance of the AccountParent object. |
PUT | api/v2/Account/Parent/{id:int} |
Update an existing instance of the AccountParent object. |