GET api/JointColorMaster
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StoneFactoryAPI.Models.JointModels+JointColor| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| color_name | string |
None. |
|
| image_link | string |
None. |
|
| isdefault | string |
None. |
|
| status | string |
None. |
|
| changed | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"color_name": "sample string 2",
"image_link": "sample string 3",
"isdefault": "sample string 4",
"status": "sample string 5",
"changed": "sample string 6"
},
{
"id": 1,
"color_name": "sample string 2",
"image_link": "sample string 3",
"isdefault": "sample string 4",
"status": "sample string 5",
"changed": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfJointModels.JointColor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models">
<JointModels.JointColor>
<changed>sample string 6</changed>
<color_name>sample string 2</color_name>
<id>1</id>
<image_link>sample string 3</image_link>
<isdefault>sample string 4</isdefault>
<status>sample string 5</status>
</JointModels.JointColor>
<JointModels.JointColor>
<changed>sample string 6</changed>
<color_name>sample string 2</color_name>
<id>1</id>
<image_link>sample string 3</image_link>
<isdefault>sample string 4</isdefault>
<status>sample string 5</status>
</JointModels.JointColor>
</ArrayOfJointModels.JointColor>
multipart/form-data
Sample:
<ArrayOfJointModels.JointColor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoneFactoryAPI.Models"><JointModels.JointColor><changed>sample string 6</changed><color_name>sample string 2</color_name><id>1</id><image_link>sample string 3</image_link><isdefault>sample string 4</isdefault><status>sample string 5</status></JointModels.JointColor><JointModels.JointColor><changed>sample string 6</changed><color_name>sample string 2</color_name><id>1</id><image_link>sample string 3</image_link><isdefault>sample string 4</isdefault><status>sample string 5</status></JointModels.JointColor></ArrayOfJointModels.JointColor>