POST api/tblByPackageDetails/BuyPackegeDetails

Request Information

URI Parameters

None.

Body Parameters

tbl_BuyPackageDetails
NameDescriptionTypeAdditional information
ByPackId

integer

None.

PackId

integer

None.

Amount

decimal number

None.

PromoCode

string

None.

RegisterId

integer

None.

TransactionId

string

None.

Status

string

None.

CreatedDate

date

None.

Address

string

None.

State

string

None.

City

string

None.

FlatNo

string

None.

BuildingNameWithStreet

string

None.

Area

string

None.

Pincode

string

None.

NoOfService

integer

None.

UsedServices

integer

None.

LandMark

string

None.

AvailableService

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ByPackId": 1,
  "PackId": 1,
  "Amount": 1.0,
  "PromoCode": "sample string 2",
  "RegisterId": 1,
  "TransactionId": "sample string 3",
  "Status": "sample string 4",
  "CreatedDate": "2026-02-05T19:53:20.4825223+05:30",
  "Address": "sample string 5",
  "State": "sample string 6",
  "City": "sample string 7",
  "FlatNo": "sample string 8",
  "BuildingNameWithStreet": "sample string 9",
  "Area": "sample string 10",
  "Pincode": "sample string 11",
  "NoOfService": 1,
  "UsedServices": 1,
  "LandMark": "sample string 12",
  "AvailableService": 1
}

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

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.