TAG LINE
SMALL TITLE
id | "id": 9 Type: Number This is the unique numeric identifier for the PackageFrequencyPackageCurrency |
isActive | "isActive": true Type: Boolean |
packageFrequencyId | "packageFrequencyId": 17 Type: Number Unique identifier for the associated PackageFrequency object. |
packageCurrencyId | "packageCurrencyId": 10 Type: Number Unique identifier for the associated PackageCurrency 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:
GET | api/v1/Package/Frequency/Currency |
Retrieve all of the PackageFrequencyPackageCurrency objects. |
GET | api/v1/Package/Frequency/Currency/Paged |
Retreive all of the PackageFrequencyPackageCurrency objects in a paged fashion. |
GET | api/v1/Package/Frequency/Currency/{id:int} |
Retrieve an instance of the PackageFrequencyPackageCurrency object by it's ID. | |
{id:int} | Unique identifier for the PackageFrequencyPackageCurrency object. |