GET api/TM?Cus={Cus}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Cus

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of mdACD
NameDescriptionTypeAdditional information
ACD_ID

string

None.

ACD_KEY

string

None.

SHOPNAME

string

None.

CUST_NAME

string

None.

ACD_CONTRACTSTART

string

None.

ACD_CONTRACTEND

string

None.

FloorName

string

None.

BD

string

None.

SUMSIZE

string

None.

APPRV_STATUS

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "acD_ID": "sample string 1",
    "acD_KEY": "sample string 2",
    "shopname": "sample string 3",
    "cusT_NAME": "sample string 4",
    "acD_CONTRACTSTART": "sample string 5",
    "acD_CONTRACTEND": "sample string 6",
    "floorName": "sample string 7",
    "bd": "sample string 8",
    "sumsize": "sample string 9",
    "apprV_STATUS": "sample string 10"
  },
  {
    "acD_ID": "sample string 1",
    "acD_KEY": "sample string 2",
    "shopname": "sample string 3",
    "cusT_NAME": "sample string 4",
    "acD_CONTRACTSTART": "sample string 5",
    "acD_CONTRACTEND": "sample string 6",
    "floorName": "sample string 7",
    "bd": "sample string 8",
    "sumsize": "sample string 9",
    "apprV_STATUS": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfmdACD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI1.Models">
  <mdACD>
    <ACD_CONTRACTEND>sample string 6</ACD_CONTRACTEND>
    <ACD_CONTRACTSTART>sample string 5</ACD_CONTRACTSTART>
    <ACD_ID>sample string 1</ACD_ID>
    <ACD_KEY>sample string 2</ACD_KEY>
    <APPRV_STATUS>sample string 10</APPRV_STATUS>
    <BD>sample string 8</BD>
    <CUST_NAME>sample string 4</CUST_NAME>
    <FloorName>sample string 7</FloorName>
    <SHOPNAME>sample string 3</SHOPNAME>
    <SUMSIZE>sample string 9</SUMSIZE>
  </mdACD>
  <mdACD>
    <ACD_CONTRACTEND>sample string 6</ACD_CONTRACTEND>
    <ACD_CONTRACTSTART>sample string 5</ACD_CONTRACTSTART>
    <ACD_ID>sample string 1</ACD_ID>
    <ACD_KEY>sample string 2</ACD_KEY>
    <APPRV_STATUS>sample string 10</APPRV_STATUS>
    <BD>sample string 8</BD>
    <CUST_NAME>sample string 4</CUST_NAME>
    <FloorName>sample string 7</FloorName>
    <SHOPNAME>sample string 3</SHOPNAME>
    <SUMSIZE>sample string 9</SUMSIZE>
  </mdACD>
</ArrayOfmdACD>