POST api/BaoHuo/GetCompanyauthpcPage
获取经销商认证链接
Request Information
URI Parameters
None.
Body Parameters
GetCompanyauthpcPageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerID | globally unique identifier |
None. |
|
| PersonName | string |
None. |
|
| Phone | string |
None. |
|
| PageType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DealerID": "f78939f8-8fb9-441c-955f-57b82cde8417",
"PersonName": "sample string 1",
"Phone": "sample string 2",
"PageType": "sample string 3"
}
application/xml, text/xml
Sample:
<GetCompanyauthpcPageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <DealerID>f78939f8-8fb9-441c-955f-57b82cde8417</DealerID> <PageType>sample string 3</PageType> <PersonName>sample string 1</PersonName> <Phone>sample string 2</Phone> </GetCompanyauthpcPageDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": "sample string 2"
}
application/xml, text/xml
Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>sample string 2</Data> <Message>sample string 1</Message> </ResultModelOfstring>