GET api/v1/ConfigEVMPaymentSchedule/Detail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

EzyResultObjectOfConfigEVMPaymentScheduleModel
NameDescriptionTypeAdditional information
Data

ConfigEVMPaymentScheduleModel

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": {
    "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,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfConfigEVMPaymentScheduleModel3BwjWE5f 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/AllianceSolidAPI.Shared.Models">
    <d2p1:ApplyForExtItem>true</d2p1:ApplyForExtItem>
    <d2p1:CanDuplicate>true</d2p1:CanDuplicate>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:IsDisable>true</d2p1:IsDisable>
    <d2p1:IsGuarantee>true</d2p1:IsGuarantee>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:Note>sample string 17</d2p1:Note>
    <d2p1:OrderNo>3</d2p1:OrderNo>
    <d2p1:PaymentPlan_PercentRate>6</d2p1:PaymentPlan_PercentRate>
    <d2p1:PercentOfPayment>1</d2p1:PercentOfPayment>
    <d2p1:PercentOfPaymentReach>1</d2p1:PercentOfPaymentReach>
    <d2p1:Show_Ctrl_CMQuantityPercent>true</d2p1:Show_Ctrl_CMQuantityPercent>
    <d2p1:Show_Ctrl_PDApproved>true</d2p1:Show_Ctrl_PDApproved>
    <d2p1:Show_Ctrl_PMInteg>true</d2p1:Show_Ctrl_PMInteg>
    <d2p1:Show_Ctrl_PMMinites>true</d2p1:Show_Ctrl_PMMinites>
    <d2p1:Show_Ctrl_QCMat>true</d2p1:Show_Ctrl_QCMat>
    <d2p1:Show_Ctrl_QCQuality>true</d2p1:Show_Ctrl_QCQuality>
    <d2p1:Show_Ctrl_TMCost>true</d2p1:Show_Ctrl_TMCost>
    <d2p1:Show_Ctrl_ThauAgree>true</d2p1:Show_Ctrl_ThauAgree>
  </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>
</EzyResultObjectOfConfigEVMPaymentScheduleModel3BwjWE5f>