POST api/RoomProducts/UpsertRoomProduct
Request Information
URI Parameters
None.
Body Parameters
SfRoomProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ExaminationRoomKey | string |
None. |
|
| ProductLinePriceId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExaminationRoomKey": "sample string 1",
"ProductLinePriceId": 1,
"StartDate": "2025-10-28T19:33:00.409326+03:00",
"EndDate": "2025-10-28T19:33:00.409326+03:00"
}
application/xml, text/xml
Sample:
<SfRoomProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models"> <EndDate>2025-10-28T19:33:00.409326+03:00</EndDate> <ExaminationRoomKey>sample string 1</ExaminationRoomKey> <ProductLinePriceId>1</ProductLinePriceId> <StartDate>2025-10-28T19:33:00.409326+03:00</StartDate> </SfRoomProduct>
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. |