SMALL TITLE
TAG LINE
id | "id": 258 Type: Number This is the unique numeric identifier for the PaperType |
name | "name": "Hello World" Type: String |
units | "units": "Hello World" Type: String |
width | "width": "Hello World" Type: String |
height | "height": "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:
DELETE | api/v1/PaperType/{id:int} |
Delete an instance of the PaperType object. |
GET | api/v1/PaperType |
Retrieve all of the PaperType objects. |
GET | api/v1/PaperType/Metadata |
Retrieve all of the meta data details of the PaperType object. |
GET | api/v1/PaperType/Metadata/{option} |
Retrieve all the meta data details of the PaperType object based on provided options. | |
{option} | Metadata options for the PaperType object. |
GET | api/v1/PaperType/Paged |
Retreive all of the PaperType objects in a paged fashion. |
GET | api/v1/PaperType/{id:int} |
Retrieve an instance of the PaperType object by it's ID. | |
{id:int} | Unique identifier for the PaperType object. |
POST | api/v1/PaperType |
Create a new instance of the PaperType object. |
PUT | api/v1/PaperType/{id:int} |
Update an existing instance of the PaperType object. |