TAG LINE
SMALL TITLE
id | "id": 2 Type: Number This is the unique numeric identifier for the PackageCurrency |
packageId | "packageId": 5 Type: Number Unique identifier for the associated Package object. |
currencyId | "currencyId": 26 Type: Number Unique identifier for the associated Currency 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/v3/Package/Currency |
Retrieve all of the PackageCurrency objects. |
GET | api/v3/Package/Currency/Paged |
Retreive all of the PackageCurrency objects in a paged fashion. |
GET | api/v3/Package/Currency/{id:int} |
Retrieve an instance of the PackageCurrency object by it's ID. | |
{id:int} | Unique identifier for the PackageCurrency object. |