GET api/customer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CUST| Name | Description | Type | Additional information |
|---|---|---|---|
| SN | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| AREANO | string |
None. |
|
| AREANA | string |
None. |
|
| CUSTNO | string |
None. |
|
| CUSTNA | string |
None. |
|
| TAXID | string |
None. |
|
| Addr | string |
None. |
|
| TEL1 | string |
None. |
|
| TEL2 | string |
None. |
|
| Payment | string |
None. |
|
| RewardPoints | integer |
None. |
|
| ResidualGasInventory | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SN": 1,
"GID": "502137b2-953b-47bd-88c5-f6bd5bce3e43",
"AREANO": "sample string 3",
"AREANA": "sample string 4",
"CUSTNO": "sample string 5",
"CUSTNA": "sample string 6",
"TAXID": "sample string 7",
"Addr": "sample string 8",
"TEL1": "sample string 9",
"TEL2": "sample string 10",
"Payment": "sample string 11",
"RewardPoints": 12,
"ResidualGasInventory": 13
},
{
"SN": 1,
"GID": "502137b2-953b-47bd-88c5-f6bd5bce3e43",
"AREANO": "sample string 3",
"AREANA": "sample string 4",
"CUSTNO": "sample string 5",
"CUSTNA": "sample string 6",
"TAXID": "sample string 7",
"Addr": "sample string 8",
"TEL1": "sample string 9",
"TEL2": "sample string 10",
"Payment": "sample string 11",
"RewardPoints": 12,
"ResidualGasInventory": 13
}
]