ClientService
单击此处,获取完整的操作列表。
GetClientForView
查看客户详情
测试
测试窗体只能用于来自本地计算机的请求。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /ClientService.asmx HTTP/1.1
Host: ms.risfond.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.risfond.com/GetClientForView"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetClientForView xmlns="http://www.risfond.com/">
<clientId>int</clientId>
<staffid>int</staffid>
</GetClientForView>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetClientForViewResponse xmlns="http://www.risfond.com/">
<GetClientForViewResult>
<Data>
<ContractWeixinNum>string</ContractWeixinNum>
<IsCanAddPublicClient>boolean</IsCanAddPublicClient>
<TransferStatus>int</TransferStatus>
<TransferTime>dateTime</TransferTime>
<regCapital>string</regCapital>
<regLocation>string</regLocation>
<industry>string</industry>
<businessScope>string</businessScope>
<estiblishTime>string</estiblishTime>
<regStatus>string</regStatus>
<legalPersonName>string</legalPersonName>
<creditCode>string</creditCode>
<companyOrgType>string</companyOrgType>
<CompanyScale>string</CompanyScale>
<CompanyNature>string</CompanyNature>
<CompanyCulture>string</CompanyCulture>
<MainBusiness>string</MainBusiness>
<ClientId>int</ClientId>
<IsAllowSMS>boolean</IsAllowSMS>
<IsAllowCreateJob>boolean</IsAllowCreateJob>
<IsAllowEdit>boolean</IsAllowEdit>
<IsshowClientContract>boolean</IsshowClientContract>
<IsShowChiefMangerContract>boolean</IsShowChiefMangerContract>
<IsShowClientIncome>boolean</IsShowClientIncome>
<IsAllowDelete>boolean</IsAllowDelete>
<IsAllowTransfer>boolean</IsAllowTransfer>
<CreaterStaffId>int</CreaterStaffId>
<CreaterStaffName>string</CreaterStaffName>
<SMSContractName>string</SMSContractName>
<SMSContractNumber>string</SMSContractNumber>
<ClientName>string</ClientName>
<Industries>
<string>string</string>
<string>string</string>
</Industries>
<Source>string</Source>
<ChiefManager>string</ChiefManager>
<Assistants>
<string>string</string>
<string>string</string>
</Assistants>
<ClientContractDto>
<clientcontactPerson>string</clientcontactPerson>
<ClientTelphone>string</ClientTelphone>
<ClientPhoneAreaId>int</ClientPhoneAreaId>
<ClientPhoneAreaCode>string</ClientPhoneAreaCode>
<ClientMobileNumber>string</ClientMobileNumber>
<ClientEmail>string</ClientEmail>
<ClientQQ>string</ClientQQ>
<ContractDate>dateTime</ContractDate>
<SuspensionDate>dateTime</SuspensionDate>
<ExpirationDate>dateTime</ExpirationDate>
<ContractRatio>decimal</ContractRatio>
<Initialpayment>int</Initialpayment>
<PaymentMethod>string</PaymentMethod>
<shelflife>int</shelflife>
<ContractPaymentType>int</ContractPaymentType>
<FixedPayment>decimal</FixedPayment>
<clientJobTitle>string</clientJobTitle>
<clientWeixinNum>string</clientWeixinNum>
</ClientContractDto>
<ChiefMangerContractDto>
<ChiefMangerName>string</ChiefMangerName>
<ChiefMangerTelphone>string</ChiefMangerTelphone>
<ChiefMangerEmail>string</ChiefMangerEmail>
<ChiefMangerQQ>string</ChiefMangerQQ>
<ChiefMangerMobileNumber>string</ChiefMangerMobileNumber>
</ChiefMangerContractDto>
<CreateDatetime>dateTime</CreateDatetime>
<ClientStatus>string</ClientStatus>
<Address>string</Address>
<WebURL>string</WebURL>
<Introduction>string</Introduction>
<CompanyDescription>string</CompanyDescription>
<Attachments>
<Attachments2DTO xsi:nil="true" />
<Attachments2DTO xsi:nil="true" />
</Attachments>
<QianyueStaffId>int</QianyueStaffId>
<QianyueStaffName>string</QianyueStaffName>
<QianyueStaffGender>string</QianyueStaffGender>
<IsAllowQianyuePerformance>boolean</IsAllowQianyuePerformance>
<TeamMember>
<ChiefManageForViewDTO xsi:nil="true" />
<ChiefManageForViewDTO xsi:nil="true" />
</TeamMember>
<ContractName>string</ContractName>
<ContractEmail>string</ContractEmail>
<ContractMobileNum>string</ContractMobileNum>
<SecondaryContact>
<ClientContactForViewDTO xsi:nil="true" />
<ClientContactForViewDTO xsi:nil="true" />
</SecondaryContact>
<TuijianStaffId>int</TuijianStaffId>
<TuijianStaffName>string</TuijianStaffName>
<CertificationStatus>int</CertificationStatus>
<CertificationTime>dateTime</CertificationTime>
<Tags>
<TagDto xsi:nil="true" />
<TagDto xsi:nil="true" />
</Tags>
<SubClientNum>int</SubClientNum>
<ParentClientId>int</ParentClientId>
<ParentClient>
<NameStrategy xsi:nil="true" />
<ClientId>int</ClientId>
<ClientName>string</ClientName>
<SubClientNum>int</SubClientNum>
<ChiefManageStaffId>int</ChiefManageStaffId>
<ChiefManageStaffGender>string</ChiefManageStaffGender>
<ChiefManageStaffName>string</ChiefManageStaffName>
<ChiefManageCompanyName>string</ChiefManageCompanyName>
</ParentClient>
<SubClient>
<ClientForViewDTO xsi:nil="true" />
<ClientForViewDTO xsi:nil="true" />
</SubClient>
<IsAllowEditSubClient>boolean</IsAllowEditSubClient>
</Data>
</GetClientForViewResult>
</GetClientForViewResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /ClientService.asmx HTTP/1.1
Host: ms.risfond.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetClientForView xmlns="http://www.risfond.com/">
<clientId>int</clientId>
<staffid>int</staffid>
</GetClientForView>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetClientForViewResponse xmlns="http://www.risfond.com/">
<GetClientForViewResult>
<Data>
<ContractWeixinNum>string</ContractWeixinNum>
<IsCanAddPublicClient>boolean</IsCanAddPublicClient>
<TransferStatus>int</TransferStatus>
<TransferTime>dateTime</TransferTime>
<regCapital>string</regCapital>
<regLocation>string</regLocation>
<industry>string</industry>
<businessScope>string</businessScope>
<estiblishTime>string</estiblishTime>
<regStatus>string</regStatus>
<legalPersonName>string</legalPersonName>
<creditCode>string</creditCode>
<companyOrgType>string</companyOrgType>
<CompanyScale>string</CompanyScale>
<CompanyNature>string</CompanyNature>
<CompanyCulture>string</CompanyCulture>
<MainBusiness>string</MainBusiness>
<ClientId>int</ClientId>
<IsAllowSMS>boolean</IsAllowSMS>
<IsAllowCreateJob>boolean</IsAllowCreateJob>
<IsAllowEdit>boolean</IsAllowEdit>
<IsshowClientContract>boolean</IsshowClientContract>
<IsShowChiefMangerContract>boolean</IsShowChiefMangerContract>
<IsShowClientIncome>boolean</IsShowClientIncome>
<IsAllowDelete>boolean</IsAllowDelete>
<IsAllowTransfer>boolean</IsAllowTransfer>
<CreaterStaffId>int</CreaterStaffId>
<CreaterStaffName>string</CreaterStaffName>
<SMSContractName>string</SMSContractName>
<SMSContractNumber>string</SMSContractNumber>
<ClientName>string</ClientName>
<Industries>
<string>string</string>
<string>string</string>
</Industries>
<Source>string</Source>
<ChiefManager>string</ChiefManager>
<Assistants>
<string>string</string>
<string>string</string>
</Assistants>
<ClientContractDto>
<clientcontactPerson>string</clientcontactPerson>
<ClientTelphone>string</ClientTelphone>
<ClientPhoneAreaId>int</ClientPhoneAreaId>
<ClientPhoneAreaCode>string</ClientPhoneAreaCode>
<ClientMobileNumber>string</ClientMobileNumber>
<ClientEmail>string</ClientEmail>
<ClientQQ>string</ClientQQ>
<ContractDate>dateTime</ContractDate>
<SuspensionDate>dateTime</SuspensionDate>
<ExpirationDate>dateTime</ExpirationDate>
<ContractRatio>decimal</ContractRatio>
<Initialpayment>int</Initialpayment>
<PaymentMethod>string</PaymentMethod>
<shelflife>int</shelflife>
<ContractPaymentType>int</ContractPaymentType>
<FixedPayment>decimal</FixedPayment>
<clientJobTitle>string</clientJobTitle>
<clientWeixinNum>string</clientWeixinNum>
</ClientContractDto>
<ChiefMangerContractDto>
<ChiefMangerName>string</ChiefMangerName>
<ChiefMangerTelphone>string</ChiefMangerTelphone>
<ChiefMangerEmail>string</ChiefMangerEmail>
<ChiefMangerQQ>string</ChiefMangerQQ>
<ChiefMangerMobileNumber>string</ChiefMangerMobileNumber>
</ChiefMangerContractDto>
<CreateDatetime>dateTime</CreateDatetime>
<ClientStatus>string</ClientStatus>
<Address>string</Address>
<WebURL>string</WebURL>
<Introduction>string</Introduction>
<CompanyDescription>string</CompanyDescription>
<Attachments>
<Attachments2DTO xsi:nil="true" />
<Attachments2DTO xsi:nil="true" />
</Attachments>
<QianyueStaffId>int</QianyueStaffId>
<QianyueStaffName>string</QianyueStaffName>
<QianyueStaffGender>string</QianyueStaffGender>
<IsAllowQianyuePerformance>boolean</IsAllowQianyuePerformance>
<TeamMember>
<ChiefManageForViewDTO xsi:nil="true" />
<ChiefManageForViewDTO xsi:nil="true" />
</TeamMember>
<ContractName>string</ContractName>
<ContractEmail>string</ContractEmail>
<ContractMobileNum>string</ContractMobileNum>
<SecondaryContact>
<ClientContactForViewDTO xsi:nil="true" />
<ClientContactForViewDTO xsi:nil="true" />
</SecondaryContact>
<TuijianStaffId>int</TuijianStaffId>
<TuijianStaffName>string</TuijianStaffName>
<CertificationStatus>int</CertificationStatus>
<CertificationTime>dateTime</CertificationTime>
<Tags>
<TagDto xsi:nil="true" />
<TagDto xsi:nil="true" />
</Tags>
<SubClientNum>int</SubClientNum>
<ParentClientId>int</ParentClientId>
<ParentClient>
<NameStrategy xsi:nil="true" />
<ClientId>int</ClientId>
<ClientName>string</ClientName>
<SubClientNum>int</SubClientNum>
<ChiefManageStaffId>int</ChiefManageStaffId>
<ChiefManageStaffGender>string</ChiefManageStaffGender>
<ChiefManageStaffName>string</ChiefManageStaffName>
<ChiefManageCompanyName>string</ChiefManageCompanyName>
</ParentClient>
<SubClient>
<ClientForViewDTO xsi:nil="true" />
<ClientForViewDTO xsi:nil="true" />
</SubClient>
<IsAllowEditSubClient>boolean</IsAllowEditSubClient>
</Data>
</GetClientForViewResult>
</GetClientForViewResponse>
</soap12:Body>
</soap12:Envelope>