GET api/{area}/Order/GetAgreement?aid={aid}&sid={sid}
入驻协议
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| sid | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Agreementinfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AgreementTitle | string |
None. |
|
| AgreementContent | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AgreementTitle": "sample string 1",
"AgreementContent": "sample string 2"
}
application/xml, text/xml
Sample:
<OrderController.Agreementinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers"> <AgreementContent>sample string 2</AgreementContent> <AgreementTitle>sample string 1</AgreementTitle> </OrderController.Agreementinfo>