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