TAG LINE
SMALL TITLE
id | "id": 0 Type: Number This is the unique numeric identifier for the AccountStatusType |
name | "name": "Hello World" Type: String |
ownerId | "ownerId": 8 Type: Number Unique identifier for the associated Owner object. |
isDefault | "isDefault": true Type: Boolean |
preventChanges | "preventChanges": true Type: Boolean |
baseBillingStatusTypeId | "baseBillingStatusTypeId": 0 Type: Number Unique identifier for the associated BaseBillingStatusType 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/v3/Account/StatusType/{id:int} |
Delete an instance of the AccountStatusType object. |
GET | api/v3/Account/StatusType |
Retrieve all of the AccountStatusType objects. |
GET | api/v3/Account/StatusType/Paged |
Retreive all of the AccountStatusType objects in a paged fashion. |
GET | api/v3/Account/StatusType/{id:int} |
Retrieve an instance of the AccountStatusType object by it's ID. | |
{id:int} | Unique identifier for the AccountStatusType object. |
POST | api/v3/Account/StatusType |
Create a new instance of the AccountStatusType object. |
PUT | api/v3/Account/StatusType/{id:int} |
Update an existing instance of the AccountStatusType object. |