POST api/v1/ConfigEVMPaymentSchedule/Add
Request Information
URI Parameters
None.
Body Parameters
ConfigEVMPaymentScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| PercentOfPayment | decimal number |
None. |
|
| PercentOfPaymentReach | decimal number |
None. |
|
| OrderNo | integer |
None. |
|
| IsDisable | boolean |
None. |
|
| IsGuarantee | boolean |
None. |
|
| PaymentPlan_PercentRate | decimal number |
None. |
|
| Show_Ctrl_PDApproved | boolean |
None. |
|
| Show_Ctrl_TMCost | boolean |
None. |
|
| Show_Ctrl_QCMat | boolean |
None. |
|
| Show_Ctrl_QCQuality | boolean |
None. |
|
| Show_Ctrl_ThauAgree | boolean |
None. |
|
| Show_Ctrl_CMQuantityPercent | boolean |
None. |
|
| Show_Ctrl_PMInteg | boolean |
None. |
|
| Show_Ctrl_PMMinites | boolean |
None. |
|
| CanDuplicate | boolean |
None. |
|
| ApplyForExtItem | boolean |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"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"
}
application/xml, text/xml
Sample:
<ConfigEVMPaymentScheduleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models"> <ApplyForExtItem>true</ApplyForExtItem> <CanDuplicate>true</CanDuplicate> <Id>sample string 1</Id> <IsDisable>true</IsDisable> <IsGuarantee>true</IsGuarantee> <Name>sample string 2</Name> <Note>sample string 17</Note> <OrderNo>3</OrderNo> <PaymentPlan_PercentRate>6</PaymentPlan_PercentRate> <PercentOfPayment>1</PercentOfPayment> <PercentOfPaymentReach>1</PercentOfPaymentReach> <Show_Ctrl_CMQuantityPercent>true</Show_Ctrl_CMQuantityPercent> <Show_Ctrl_PDApproved>true</Show_Ctrl_PDApproved> <Show_Ctrl_PMInteg>true</Show_Ctrl_PMInteg> <Show_Ctrl_PMMinites>true</Show_Ctrl_PMMinites> <Show_Ctrl_QCMat>true</Show_Ctrl_QCMat> <Show_Ctrl_QCQuality>true</Show_Ctrl_QCQuality> <Show_Ctrl_TMCost>true</Show_Ctrl_TMCost> <Show_Ctrl_ThauAgree>true</Show_Ctrl_ThauAgree> </ConfigEVMPaymentScheduleModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfConfigEVMPaymentScheduleModel| Name | Description | Type | Additional 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>