POST Offers/FinalDeleteOffer
Request Information
URI Parameters
None.
Body Parameters
OffersDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| filterStatus | boolean |
None. |
|
| paginationStatus | boolean |
None. |
|
| dateActive | string |
None. |
|
| textSearch | string |
None. |
|
| language | string |
None. |
|
| statusWithAll | boolean |
None. |
|
| pageSize | integer |
None. |
|
| page | integer |
None. |
|
| sortToken | string |
None. |
|
| userAuthorizeToken | string |
None. |
|
| offerToken | string |
None. |
|
| userToken | string |
None. |
|
| userNameCurrent | string |
None. |
|
| serviceToken | string |
None. |
|
| serviceNameCurrent | string |
None. |
|
| generalSpecialtyToken | string |
None. |
|
| generalSpecialtyNameCurrent | string |
None. |
|
| specialSpecialtyToken | string |
None. |
|
| specialSpecialtyNameCurrent | string |
None. |
|
| offerCode | string |
None. |
|
| offerMediaTypeToken | string |
None. |
|
| offerMediaTypeNameCurrent | string |
None. |
|
| offerMediaTypeNameAr | string |
None. |
|
| offerMediaTypeNameEn | string |
None. |
|
| offerMediaTypeNameUnd | string |
None. |
|
| offerTitleCurrent | string |
None. |
|
| offerTitleEn | string |
None. |
|
| offerTitleAr | string |
None. |
|
| offerTitleUnd | string |
None. |
|
| offerStartDate | string |
None. |
|
| offerEndDate | string |
None. |
|
| offerDuration | string |
None. |
|
| servicePriceInOffer | decimal number |
None. |
|
| offerDescriptionCurrent | string |
None. |
|
| offerDescriptionEn | string |
None. |
|
| offerDescriptionAr | string |
None. |
|
| offerDescriptionUnd | string |
None. |
|
| offerNotes | string |
None. |
|
| actionDateTime | string |
None. |
|
| actionDate | string |
None. |
|
| actionTime | string |
None. |
|
| offerMediaPath | string |
None. |
|
| offerIsActive | boolean |
None. |
|
| offerArchiveStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filterStatus": true,
"paginationStatus": true,
"dateActive": "sample string 3",
"textSearch": "sample string 4",
"language": "sample string 5",
"statusWithAll": true,
"pageSize": 7,
"page": 8,
"sortToken": "sample string 9",
"userAuthorizeToken": "sample string 10",
"offerToken": "sample string 11",
"userToken": "sample string 12",
"userNameCurrent": "sample string 13",
"serviceToken": "sample string 14",
"serviceNameCurrent": "sample string 15",
"generalSpecialtyToken": "sample string 16",
"generalSpecialtyNameCurrent": "sample string 17",
"specialSpecialtyToken": "sample string 18",
"specialSpecialtyNameCurrent": "sample string 19",
"offerCode": "sample string 20",
"offerMediaTypeToken": "sample string 21",
"offerMediaTypeNameCurrent": "sample string 22",
"offerMediaTypeNameAr": "sample string 23",
"offerMediaTypeNameEn": "sample string 24",
"offerMediaTypeNameUnd": "sample string 25",
"offerTitleCurrent": "sample string 26",
"offerTitleEn": "sample string 27",
"offerTitleAr": "sample string 28",
"offerTitleUnd": "sample string 29",
"offerStartDate": "sample string 30",
"offerEndDate": "sample string 31",
"offerDuration": "sample string 32",
"servicePriceInOffer": 33.0,
"offerDescriptionCurrent": "sample string 34",
"offerDescriptionEn": "sample string 35",
"offerDescriptionAr": "sample string 36",
"offerDescriptionUnd": "sample string 37",
"offerNotes": "sample string 38",
"actionDateTime": "sample string 39",
"actionDate": "sample string 40",
"actionTime": "sample string 41",
"offerMediaPath": "sample string 42",
"offerIsActive": true,
"offerArchiveStatus": true
}
application/xml, text/xml
Sample:
<OffersDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.Offers"> <actionDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 40</actionDate> <actionDateTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 39</actionDateTime> <actionTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 41</actionTime> <generalSpecialtyNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 17</generalSpecialtyNameCurrent> <generalSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 16</generalSpecialtyToken> <offerArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">true</offerArchiveStatus> <offerCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 20</offerCode> <offerDescriptionAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 36</offerDescriptionAr> <offerDescriptionCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 34</offerDescriptionCurrent> <offerDescriptionEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 35</offerDescriptionEn> <offerDescriptionUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 37</offerDescriptionUnd> <offerDuration xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 32</offerDuration> <offerEndDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 31</offerEndDate> <offerIsActive xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">true</offerIsActive> <offerMediaPath xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 42</offerMediaPath> <offerMediaTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 23</offerMediaTypeNameAr> <offerMediaTypeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 22</offerMediaTypeNameCurrent> <offerMediaTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 24</offerMediaTypeNameEn> <offerMediaTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 25</offerMediaTypeNameUnd> <offerMediaTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 21</offerMediaTypeToken> <offerNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 38</offerNotes> <offerStartDate xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 30</offerStartDate> <offerTitleAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 28</offerTitleAr> <offerTitleCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 26</offerTitleCurrent> <offerTitleEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 27</offerTitleEn> <offerTitleUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 29</offerTitleUnd> <offerToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 11</offerToken> <serviceNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 15</serviceNameCurrent> <servicePriceInOffer xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">33</servicePriceInOffer> <serviceToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 14</serviceToken> <specialSpecialtyNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 19</specialSpecialtyNameCurrent> <specialSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 18</specialSpecialtyToken> <userNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 13</userNameCurrent> <userToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.Offers">sample string 12</userToken> <dateActive>sample string 3</dateActive> <filterStatus>true</filterStatus> <language>sample string 5</language> <page>8</page> <pageSize>7</pageSize> <paginationStatus>true</paginationStatus> <sortToken>sample string 9</sortToken> <statusWithAll>true</statusWithAll> <textSearch>sample string 4</textSearch> <userAuthorizeToken>sample string 10</userAuthorizeToken> </OffersDataContext>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |