TAG LINE
SMALL TITLE
id | "id": 26 Type: Number This is the unique numeric identifier for the FrequencyType |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 3 Type: Number |
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/v2/FrequencyType |
Retrieve all of the FrequencyType objects. |
GET | api/v2/FrequencyType/Paged |
Retreive all of the FrequencyType objects in a paged fashion. |
GET | api/v2/FrequencyType/{id:int} |
Retrieve an instance of the FrequencyType object by it's ID. | |
{id:int} | Unique identifier for the FrequencyType object. |