POST api/CustomerEdit/GetDetail?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&TID={TID}
获取明细
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. |
TID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfCustomerDtlDTOName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | CustomerDtlDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": { "DataMain": null, "ValueOfCustomer": [ { "LableText": "sample string 1", "FieldName": "sample string 2", "LesseeCodeCategory": "sample string 3", "OriginalValue": "sample string 4", "OriginalValueText": "sample string 5", "NewValue": "sample string 6", "NewValueText": "sample string 7" }, { "LableText": "sample string 1", "FieldName": "sample string 2", "LesseeCodeCategory": "sample string 3", "OriginalValue": "sample string 4", "OriginalValueText": "sample string 5", "NewValue": "sample string 6", "NewValueText": "sample string 7" } ], "AuditLog": {} } }
application/xml, text/xml
Sample:
<ResultModelOfCustomerDtlDTOqIcfBo3r xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.MDM.ViewModel"> <d2p1:AuditLog> <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified"> <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded" /> </xs:complexType> </xs:element> </xs:schema> <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" /> </d2p1:AuditLog> <d2p1:DataMain i:nil="true" /> <d2p1:ValueOfCustomer> <d2p1:ValueOfCustomerDTO> <d2p1:FieldName>sample string 2</d2p1:FieldName> <d2p1:LableText>sample string 1</d2p1:LableText> <d2p1:LesseeCodeCategory>sample string 3</d2p1:LesseeCodeCategory> <d2p1:NewValue>sample string 6</d2p1:NewValue> <d2p1:NewValueText>sample string 7</d2p1:NewValueText> <d2p1:OriginalValue>sample string 4</d2p1:OriginalValue> <d2p1:OriginalValueText>sample string 5</d2p1:OriginalValueText> </d2p1:ValueOfCustomerDTO> <d2p1:ValueOfCustomerDTO> <d2p1:FieldName>sample string 2</d2p1:FieldName> <d2p1:LableText>sample string 1</d2p1:LableText> <d2p1:LesseeCodeCategory>sample string 3</d2p1:LesseeCodeCategory> <d2p1:NewValue>sample string 6</d2p1:NewValue> <d2p1:NewValueText>sample string 7</d2p1:NewValueText> <d2p1:OriginalValue>sample string 4</d2p1:OriginalValue> <d2p1:OriginalValueText>sample string 5</d2p1:OriginalValueText> </d2p1:ValueOfCustomerDTO> </d2p1:ValueOfCustomer> </Data> <Message>sample string 1</Message> </ResultModelOfCustomerDtlDTOqIcfBo3r>