POST api1/Schedule

Request Information

URI Parameters

None.

Body Parameters

ScheduleDTO
NameDescriptionTypeAdditional information
ScheduleID

integer

None.

ContractID

integer

None.

ScheduleMethodID

integer

None.

ScheduleMethodName

string

None.

StartContractDate

boolean

None.

StartUnitSold

integer

None.

StartDollar

decimal number

None.

DateRangeStart

date

None.

DateRangeEnd

date

None.

OriginalUser

string

None.

OriginalDateTime

date

None.

UpdateUser

string

None.

UpdateDateTime

date

None.

ParentScheduleID

integer

None.

IsActive

boolean

None.

DollarPerUnitPaymentSchedule

Collection of DollarPerUnitPaymentScheduleDTO

None.

MilestonePaymentSchedule

Collection of MilestonePaymentScheduleDTO

None.

AICertificateSchedule

Collection of AICertificateScheduleDTO

None.

TierStructureSchedule

Collection of TierStructureScheduleDTO

None.

ScheduleProductHierarchyLevel2

Collection of ScheduleProductHierarchyLevel2DTO

None.

ExceptionScheduleContinentCountry

Collection of ExceptionScheduleContinentCountryDTO

None.

ExceptionSchedules

Collection of ScheduleDTO

None.

ProductList

string

None.

HasExceptions

boolean

None.

Countries

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'ExceptionSchedule' with type 'GENEX.Royalty.DTO.ScheduleDTO'. Path 'ExceptionScheduleContinentCountry[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'ExceptionSchedule' with type 'GENEX.Royalty.DTO.ScheduleDTO'. Path 'ExceptionScheduleContinentCountry[0]'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'GENEX.Royalty.DTO.ExceptionScheduleContinentCountryDTO' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'GENEX.Royalty.DTO.ExceptionScheduleContinentCountryDTO' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ScheduleDTO'.

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.