GET api/Platings/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PlatingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PlatingType | integer |
None. |
|
| CustomerID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Date | string |
None. |
|
| Name | string |
None. |
|
| GoldTypeName | string |
None. |
|
| Weight | decimal number |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"PlatingType": 2,
"CustomerID": 3,
"Amount": 4.0,
"Date": "sample string 5",
"Name": "sample string 6",
"GoldTypeName": "sample string 7",
"Weight": 8.1,
"Description": "sample string 9"
}