POST api/packageCustomPrice/PackageCustomPrice_Create
Request Information
URI Parameters
None.
Body Parameters
PackageCustomPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomPrice | string |
None. |
|
| SalonId | integer |
None. |
|
| PackageId | integer |
None. |
|
| LookUpServiceId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDateStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomPrice": "sample string 2",
"SalonId": 3,
"PackageId": 4,
"LookUpServiceId": 5,
"CreatedDate": "2026-02-04T05:10:37.5131708+03:00",
"CreatedBy": 7,
"CreatedDateStr": "04-Feb-2026 05:10 AM"
}
text/xml
Sample:
<PackageCustomPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">7</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2026-02-04T05:10:37.5131708+03:00</CreatedDate> <CustomPrice xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 2</CustomPrice> <Id xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">1</Id> <LookUpServiceId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">5</LookUpServiceId> <PackageId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">4</PackageId> <SalonId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">3</SalonId> </PackageCustomPrice>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.