GET api/TM?UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mdApprv| Name | Description | Type | Additional information |
|---|---|---|---|
| ACD_ID | string |
None. |
|
| FloorName | string |
None. |
|
| Zonename | string |
None. |
|
| SUMSIZE | string |
None. |
|
| CUS_NAME1 | string |
None. |
|
| ACD_SHOPNAME | string |
None. |
|
| DATE_STR | string |
None. |
|
| DATE_END | string |
None. |
|
| GP | string |
None. |
|
| APPRV_STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"acD_ID": "sample string 1",
"floorName": "sample string 2",
"zonename": "sample string 3",
"sumsize": "sample string 4",
"cuS_NAME1": "sample string 5",
"acD_SHOPNAME": "sample string 6",
"datE_STR": "sample string 7",
"datE_END": "sample string 8",
"gp": "sample string 9",
"apprV_STATUS": "sample string 10"
},
{
"acD_ID": "sample string 1",
"floorName": "sample string 2",
"zonename": "sample string 3",
"sumsize": "sample string 4",
"cuS_NAME1": "sample string 5",
"acD_SHOPNAME": "sample string 6",
"datE_STR": "sample string 7",
"datE_END": "sample string 8",
"gp": "sample string 9",
"apprV_STATUS": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfmdApprv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models">
<mdApprv>
<ACD_ID>sample string 1</ACD_ID>
<ACD_SHOPNAME>sample string 6</ACD_SHOPNAME>
<APPRV_STATUS>sample string 10</APPRV_STATUS>
<CUS_NAME1>sample string 5</CUS_NAME1>
<DATE_END>sample string 8</DATE_END>
<DATE_STR>sample string 7</DATE_STR>
<FloorName>sample string 2</FloorName>
<GP>sample string 9</GP>
<SUMSIZE>sample string 4</SUMSIZE>
<Zonename>sample string 3</Zonename>
</mdApprv>
<mdApprv>
<ACD_ID>sample string 1</ACD_ID>
<ACD_SHOPNAME>sample string 6</ACD_SHOPNAME>
<APPRV_STATUS>sample string 10</APPRV_STATUS>
<CUS_NAME1>sample string 5</CUS_NAME1>
<DATE_END>sample string 8</DATE_END>
<DATE_STR>sample string 7</DATE_STR>
<FloorName>sample string 2</FloorName>
<GP>sample string 9</GP>
<SUMSIZE>sample string 4</SUMSIZE>
<Zonename>sample string 3</Zonename>
</mdApprv>
</ArrayOfmdApprv>