POST api/RatesMangmnt/InsertRate

Request Information

URI Parameters

None.

Body Parameters

Cls_Rates
NameDescriptionTypeAdditional information
RateID

integer

None.

PackageTypeID

integer

None.

CustomerID

integer

None.

RateTierID

integer

None.

RateTypeID

integer

None.

AreaID

integer

None.

Rate

decimal number

None.

OverageRate

decimal number

None.

RateDetails

string

None.

DateEntered

date

None.

EnteredBy

integer

None.

UpdationDate

date

None.

UpdatedBy

integer

None.

IsDeleted

boolean

None.

DeletedBy

integer

None.

DeletionDate

date

None.

CustomerDetail

Cls_Customers

None.

RateTierDetail

Cls_RateTier

None.

RateTypeDetail

Cls_RateTypes

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 with type 'Rx2Go_API.Models.Cls_Rates'. Path 'RateTierDetail.RateDetail'.

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 with type 'Rx2Go_API.Models.Cls_Rates'. Path 'RateTierDetail.RateDetail'.

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 'Cls_Rates'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"