POST api/Schedules/UpsertRamdanSchedule

Request Information

URI Parameters

None.

Body Parameters

SfRamdanSchedule
NameDescriptionTypeAdditional information
EffectiveStartDate

date

None.

EffectiveEndDate

date

None.

ScheduleKey

string

None.

CountryIso

string

None.

Name

string

None.

ArabicName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EffectiveStartDate": "2025-12-11T15:12:45.6490986+02:00",
  "EffectiveEndDate": "2025-12-11T15:12:45.6490986+02:00",
  "ScheduleKey": "sample string 1",
  "CountryIso": "sample string 2",
  "Name": "sample string 3",
  "ArabicName": "sample string 4"
}

application/xml, text/xml

Sample:
<SfRamdanSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models">
  <ArabicName>sample string 4</ArabicName>
  <CountryIso>sample string 2</CountryIso>
  <EffectiveEndDate>2025-12-11T15:12:45.6490986+02:00</EffectiveEndDate>
  <EffectiveStartDate>2025-12-11T15:12:45.6490986+02:00</EffectiveStartDate>
  <Name>sample string 3</Name>
  <ScheduleKey>sample string 1</ScheduleKey>
</SfRamdanSchedule>

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.