GET api/{area}/Order/GetEntryDetails?aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
EntryDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| IsState | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsState": true
}
application/xml, text/xml
Sample:
<OrderController.EntryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers"> <IsState>true</IsState> </OrderController.EntryDetails>