GET api/purchase/diamond-parameter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DiamondParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| SHAPE | Collection of DiamParaMas |
None. |
|
| LAB | Collection of DiamParaMas |
None. |
|
| COLOR | Collection of DiamParaMas |
None. |
|
| CLARITY | Collection of DiamParaMas |
None. |
|
| CUT | Collection of DiamParaMas |
None. |
|
| POLISH | Collection of DiamParaMas |
None. |
|
| SYMM | Collection of DiamParaMas |
None. |
|
| FLS | Collection of DiamParaMas |
None. |
|
| SHADE | Collection of DiamParaMas |
None. |
|
| HA | Collection of DiamParaMas |
None. |
|
| PROP | Collection of DiamPropParaMas |
None. |
Response Formats
application/json, text/json
Sample:
{
"SHAPE": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"LAB": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"COLOR": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"CLARITY": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"CUT": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"POLISH": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"SYMM": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"FLS": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"SHADE": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"HA": [
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
],
"PROP": [
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"CUT_SEQ": 1
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"CUT_SEQ": 1
}
]
}