POST api/SharePurchSpec/GetSharePurchSpec
取得儲存的規格列表
Request Information
URI Parameters
None.
Body Parameters
GetSharePurchSpec_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| specGroupNumber |
規格群組編號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"specGroupNumber": "sample string 2"
}
text/html
Sample:
{"Ticket":"sample string 1","specGroupNumber":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
取得儲存的規格列表
GetSharePurchSpec_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| ServiceSpecs |
服務規格 |
Collection of ServiceSpecs |
None. |
| productNumber |
服務商品編號 |
string |
None. |
| ServiceCityNo |
服務城市編號 |
integer |
None. |
| ServiceAreaNo |
服務區域編號 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"ServiceSpecs": [
{
"ServiceSpec": "sample string 1",
"condition": 2,
"Qty": 3,
"Questions": "sample string 4"
},
{
"ServiceSpec": "sample string 1",
"condition": 2,
"Qty": 3,
"Questions": "sample string 4"
}
],
"productNumber": "sample string 2",
"ServiceCityNo": 1,
"ServiceAreaNo": 1
}
text/html
Sample:
{"ticketVerified":true,"ServiceSpecs":[{"ServiceSpec":"sample string 1","condition":2,"Qty":3,"Questions":"sample string 4"},{"ServiceSpec":"sample string 1","condition":2,"Qty":3,"Questions":"sample string 4"}],"productNumber":"sample string 2","ServiceCityNo":1,"ServiceAreaNo":1}