TAG LINE
SMALL TITLE
id | "id": 10 Type: Number This is the unique numeric identifier for the AccountProductCode |
name | "name": "Hello World" Type: String |
accountId | "accountId": 13 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/ProductCode/{id:int} |
Delete an instance of the AccountProductCode object. |
GET | api/v2/Account/ProductCode |
Retrieve all of the AccountProductCode objects. |
GET | api/v2/Account/ProductCode/AvailableFor/Account/{accountId:int} |
Retrieve all of the AccountProductCode objects. |
GET | api/v2/Account/ProductCode/AvailableFor/Account/{accountId:int}/PackageFrequency/{packageFrequencyId:int} |
Retrieve all of the AccountProductCode objects. |
GET | api/v2/Account/ProductCode/Paged |
Retreive all of the AccountProductCode objects in a paged fashion. |
GET | api/v2/Account/ProductCode/{id:int} |
Retrieve an instance of the AccountProductCode object by it's ID. | |
{id:int} | Unique identifier for the AccountProductCode object. |
POST | api/v2/Account/ProductCode |
Create a new instance of the AccountProductCode object. |
PUT | api/v2/Account/ProductCode/{id:int} |
Update an existing instance of the AccountProductCode object. |