POST Subscription/allSubscriptionMember

Request Information

URI Parameters

None.

Body Parameters

subscriptionsData
NameDescriptionTypeAdditional information
subscriptionId

string

None.

date

string

None.

time

string

None.

typeSubscriptionId

string

None.

typeSubscriptionNameAr

string

None.

typeSubscriptionNameEn

string

None.

countOfTypeSubscription

string

None.

payment

string

None.

remaining

string

None.

startDate

string

None.

totalSessionCount

string

None.

remainingSessionCount

string

None.

notes

string

None.

memberId

string

None.

employeeId

string

None.

subscriptionWithEmployeeId

string

None.

offerId

integer

None.

deleteStatus

string

None.

refundStatus

boolean

None.

refundPercentage

decimal number

None.

refundValue

decimal number

None.

employeeIdRefund

integer

None.

refundNotes

string

None.

dateSearch

string

None.

year

integer

None.

month

integer

None.

dateFrom

string

None.

dateTo

string

None.

branchId

string

None.

userId

integer

None.

language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "subscriptionId": "sample string 1",
  "date": "sample string 2",
  "time": "sample string 3",
  "typeSubscriptionId": "sample string 4",
  "typeSubscriptionNameAr": "sample string 5",
  "typeSubscriptionNameEn": "sample string 6",
  "countOfTypeSubscription": "sample string 7",
  "payment": "sample string 8",
  "remaining": "sample string 9",
  "startDate": "sample string 10",
  "totalSessionCount": "sample string 11",
  "remainingSessionCount": "sample string 12",
  "notes": "sample string 13",
  "memberId": "sample string 14",
  "employeeId": "sample string 15",
  "subscriptionWithEmployeeId": "sample string 16",
  "offerId": 17,
  "deleteStatus": "sample string 18",
  "refundStatus": true,
  "refundPercentage": 20.0,
  "refundValue": 21.0,
  "employeeIdRefund": 22,
  "refundNotes": "sample string 23",
  "dateSearch": "sample string 24",
  "year": 25,
  "month": 26,
  "dateFrom": "sample string 27",
  "dateTo": "sample string 28",
  "branchId": "sample string 29",
  "userId": 30,
  "language": "sample string 31"
}

application/xml, text/xml

Sample:
<subscriptionsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Refit.Models.subscription">
  <branchId>sample string 29</branchId>
  <countOfTypeSubscription>sample string 7</countOfTypeSubscription>
  <date>sample string 2</date>
  <dateFrom>sample string 27</dateFrom>
  <dateSearch>sample string 24</dateSearch>
  <dateTo>sample string 28</dateTo>
  <deleteStatus>sample string 18</deleteStatus>
  <employeeId>sample string 15</employeeId>
  <employeeIdRefund>22</employeeIdRefund>
  <language>sample string 31</language>
  <memberId>sample string 14</memberId>
  <month>26</month>
  <notes>sample string 13</notes>
  <offerId>17</offerId>
  <payment>sample string 8</payment>
  <refundNotes>sample string 23</refundNotes>
  <refundPercentage>20</refundPercentage>
  <refundStatus>true</refundStatus>
  <refundValue>21</refundValue>
  <remaining>sample string 9</remaining>
  <remainingSessionCount>sample string 12</remainingSessionCount>
  <startDate>sample string 10</startDate>
  <subscriptionId>sample string 1</subscriptionId>
  <subscriptionWithEmployeeId>sample string 16</subscriptionWithEmployeeId>
  <time>sample string 3</time>
  <totalSessionCount>sample string 11</totalSessionCount>
  <typeSubscriptionId>sample string 4</typeSubscriptionId>
  <typeSubscriptionNameAr>sample string 5</typeSubscriptionNameAr>
  <typeSubscriptionNameEn>sample string 6</typeSubscriptionNameEn>
  <userId>30</userId>
  <year>25</year>
</subscriptionsData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.