TAG LINE
SMALL TITLE
id | "id": 1 Type: Number This is the unique numeric identifier for the AccountPackageServiceStatusDiscount |
accountPackageServiceDiscountId | "accountPackageServiceDiscountId": 4 Type: Number Unique identifier for the associated AccountPackageServiceDiscount object. |
serviceStatusTypeId | "serviceStatusTypeId": 17 Type: Number Unique identifier for the associated ServiceStatusType object. |
amount | "amount": "Hello World" Type: String |
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:
GET | api/v1/Account/Package/Service/Status/Discount |
Retrieve all of the AccountPackageServiceStatusDiscount objects. |
GET | api/v1/Account/Package/Service/Status/Discount/Paged |
Retreive all of the AccountPackageServiceStatusDiscount objects in a paged fashion. |
GET | api/v1/Account/Package/Service/Status/Discount/{id:int} |
Retrieve an instance of the AccountPackageServiceStatusDiscount object by it's ID. | |
{id:int} | Unique identifier for the AccountPackageServiceStatusDiscount object. |