POST api/Asset/getBindAssetListToHaihui?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
获取当前客户上级已经绑定的资产信息
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. |
Body Parameters
getBindAssetListDtoName | Description | Type | Additional information |
---|---|---|---|
customerID | string |
None. |
|
MS184TID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "customerID": "sample string 1", "MS184TID": "sample string 2" }
application/xml, text/xml
Sample:
<getBindAssetListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO.ApiDTO"> <MS184TID>sample string 2</MS184TID> <customerID>sample string 1</customerID> </getBindAssetListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfDataTableName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": null }
application/xml, text/xml
Sample:
<ResultModelOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data i:nil="true" /> <Message>sample string 1</Message> </ResultModelOfDataTableymujubN2>