GET api/MergeOrder/Approve?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&mergeId={mergeId}&optType={optType}
查询可预订产品
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
| mergeId | globally unique identifier |
Required |
|
| optType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
NewWebResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | ReturnCode |
None. |
|
| message | string |
None. |
|
| result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 200,
"message": "sample string 1",
"result": "sample string 2"
}
application/xml, text/xml
Sample:
<NewWebResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <code>Success</code> <message>sample string 1</message> <result>sample string 2</result> </NewWebResultModelOfstring>