GET api/IngredientMeasure/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MNU_IngredientMeasure| Name | Description | Type | Additional information |
|---|---|---|---|
| CN_Code | string |
None. |
|
| Sequence | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Measurement | string |
None. |
|
| Weight | decimal number |
None. |
|
| ActiveStatus | string |
None. |
|
| CloneObject | Object |
None. |
|
| Dirty | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CN_Code": "sample string 1",
"Sequence": 1,
"Amount": 1.0,
"Measurement": "sample string 2",
"Weight": 1.0,
"ActiveStatus": "sample string 3",
"CloneObject": {
"CN_Code": null,
"Sequence": null,
"Amount": null,
"Measurement": null,
"Weight": null,
"ActiveStatus": null,
"CloneObject": null,
"Dirty": false
},
"Dirty": true
}
application/xml, text/xml
Sample:
<MNU_IngredientMeasure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MP.BaseObject"> <ActiveStatus>sample string 3</ActiveStatus> <Amount>1</Amount> <CN_Code>sample string 1</CN_Code> <Measurement>sample string 2</Measurement> <Sequence>1</Sequence> <Weight>1</Weight> </MNU_IngredientMeasure>