POST api/OpeningClosingTime
Request Information
URI Parameters
None.
Body Parameters
Collection of OM_OpeningClosingTimeMV| Name | Description | Type | Additional information |
|---|---|---|---|
| OpeningClosingTimeID | integer |
None. |
|
| MedicalStoreID | integer |
None. |
|
| StoreTypeID | integer |
None. |
|
| StoreType | string |
None. |
|
| StoreTitle | string |
None. |
|
| ContactNo | string |
None. |
|
| CityID | integer |
None. |
|
| City | string |
None. |
|
| Address | string |
None. |
|
| LatitudeValue | string |
None. |
|
| LongitudeValue | string |
None. |
|
| UserID | integer |
None. |
|
| UserTypeID | integer |
None. |
|
| UserType | string |
None. |
|
| UserName | string |
None. |
|
| UserStatus | boolean |
None. |
|
| DayID | integer |
None. |
|
| DayTitle | string |
None. |
|
| OpeningTime | time interval |
None. |
|
| ClosingTime | time interval |
None. |
|
| DutyHours | decimal number |
None. |
|
| MedicalStore | OM_MedicalStoreMV |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |