POST api/BaoHuo/GetCompanyauthpcPage
获取经销商认证链接
Request Information
URI Parameters
None.
Body Parameters
GetCompanyauthpcPageDtoName | 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": "969182d5-1dd7-47de-b37f-e6ceadbc71c4", "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>969182d5-1dd7-47de-b37f-e6ceadbc71c4</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
ResultModelOfStringName | 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>