TAG LINE
SMALL TITLE
id | "id": 18 Type: Number This is the unique numeric identifier for the RelativeDate |
name | "name": "Hello World" Type: String |
sortOrder | "sortOrder": 6 Type: Number |
isFiscal | "isFiscal": true Type: Boolean |
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/RelativeDate |
Retrieve all of the RelativeDate objects. |
GET | api/v3/RelativeDate/Paged |
Retreive all of the RelativeDate objects in a paged fashion. |
GET | api/v3/RelativeDate/{id:int} |
Retrieve an instance of the RelativeDate object by it's ID. | |
{id:int} | Unique identifier for the RelativeDate object. |
POST | api/v3/RelativeDate/Test |
Create a new instance of the RelativeDate object. |