POST api/userSalons/CreateInstallmentPlan?EmployeeId={EmployeeId}&SalonId={SalonId}&TotalAmount={TotalAmount}&MonthlyInstallment={MonthlyInstallment}&StartDate={StartDate}&EndDate={EndDate}&Lang={Lang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | string |
Required |
|
| SalonId | string |
Required |
|
| TotalAmount | string |
Required |
|
| MonthlyInstallment | string |
Required |
|
| StartDate | string |
Required |
|
| EndDate | string |
Required |
|
| Lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.