POST api/userSalons/CreateInstallmentPlan?EmployeeId={EmployeeId}&SalonId={SalonId}&TotalAmount={TotalAmount}&MonthlyInstallment={MonthlyInstallment}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeId

string

Required

SalonId

string

Required

TotalAmount

string

Required

MonthlyInstallment

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.