GET api/v1/ConfigEVMPaymentSchedule/Detail2/{uniqueId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uniqueId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EzyResultObjectOfEzyDataResultOfConfigEVMPaymentScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | EzyDataResultOfConfigEVMPaymentScheduleModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": {
"Id": "sample string 1",
"Name": "sample string 2",
"PercentOfPayment": 1.0,
"PercentOfPaymentReach": 1.0,
"OrderNo": 3,
"IsDisable": true,
"IsGuarantee": true,
"PaymentPlan_PercentRate": 6.0,
"Show_Ctrl_PDApproved": true,
"Show_Ctrl_TMCost": true,
"Show_Ctrl_QCMat": true,
"Show_Ctrl_QCQuality": true,
"Show_Ctrl_ThauAgree": true,
"Show_Ctrl_CMQuantityPercent": true,
"Show_Ctrl_PMInteg": true,
"Show_Ctrl_PMMinites": true,
"CanDuplicate": true,
"ApplyForExtItem": true,
"Note": "sample string 17"
},
"ExtraData": null
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfEzyDataResultOfConfigEVMPaymentScheduleModel3BwjWE5fUXXDg0Sb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.UI">
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
<d3p1:ApplyForExtItem>true</d3p1:ApplyForExtItem>
<d3p1:CanDuplicate>true</d3p1:CanDuplicate>
<d3p1:Id>sample string 1</d3p1:Id>
<d3p1:IsDisable>true</d3p1:IsDisable>
<d3p1:IsGuarantee>true</d3p1:IsGuarantee>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:Note>sample string 17</d3p1:Note>
<d3p1:OrderNo>3</d3p1:OrderNo>
<d3p1:PaymentPlan_PercentRate>6</d3p1:PaymentPlan_PercentRate>
<d3p1:PercentOfPayment>1</d3p1:PercentOfPayment>
<d3p1:PercentOfPaymentReach>1</d3p1:PercentOfPaymentReach>
<d3p1:Show_Ctrl_CMQuantityPercent>true</d3p1:Show_Ctrl_CMQuantityPercent>
<d3p1:Show_Ctrl_PDApproved>true</d3p1:Show_Ctrl_PDApproved>
<d3p1:Show_Ctrl_PMInteg>true</d3p1:Show_Ctrl_PMInteg>
<d3p1:Show_Ctrl_PMMinites>true</d3p1:Show_Ctrl_PMMinites>
<d3p1:Show_Ctrl_QCMat>true</d3p1:Show_Ctrl_QCMat>
<d3p1:Show_Ctrl_QCQuality>true</d3p1:Show_Ctrl_QCQuality>
<d3p1:Show_Ctrl_TMCost>true</d3p1:Show_Ctrl_TMCost>
<d3p1:Show_Ctrl_ThauAgree>true</d3p1:Show_Ctrl_ThauAgree>
</d2p1:Data>
<d2p1:ExtraData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfEzyDataResultOfConfigEVMPaymentScheduleModel3BwjWE5fUXXDg0Sb>