TAG LINE
SMALL TITLE
id | "id": 14 Type: Number This is the unique numeric identifier for the AccountContractStatusType |
ownerId | "ownerId": 1 Type: Number Unique identifier for the associated Owner object. |
name | "name": "Hello World" Type: String |
statusTypeId | "statusTypeId": 9 Type: Number Unique identifier for the associated StatusType object. |
sortOrder | "sortOrder": 21 Type: Number |
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/v3/Account/Contract/StatusType/{id:int} |
Delete an instance of the AccountContractStatusType object. |
GET | api/v3/Account/Contract/StatusType |
Retrieve all of the AccountContractStatusType objects. |
GET | api/v3/Account/Contract/StatusType/Paged |
Retreive all of the AccountContractStatusType objects in a paged fashion. |
GET | api/v3/Account/Contract/StatusType/{id:int} |
Retrieve an instance of the AccountContractStatusType object by it's ID. | |
{id:int} | Unique identifier for the AccountContractStatusType object. |
POST | api/v3/Account/Contract/StatusType |
Create a new instance of the AccountContractStatusType object. |
PUT | api/v3/Account/Contract/StatusType/{id:int} |
Update an existing instance of the AccountContractStatusType object. |