POST api/PaymentOption/InsertPaymentOptions

Request Information

URI Parameters

None.

Body Parameters

PaymentOption
NameDescriptionTypeAdditional information
PaymentOptionId

integer

None.

Name

string

None.

Link

string

None.

UserName

string

None.

Password

string

None.

IsActive

integer

None.

Picture

string

None.

InsertedBy

integer

None.

InsertedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

CompanyDetailId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentOptionId": 1,
  "Name": "sample string 2",
  "Link": "sample string 3",
  "UserName": "sample string 4",
  "Password": "sample string 5",
  "IsActive": 1,
  "Picture": "sample string 6",
  "InsertedBy": 1,
  "InsertedDate": "2024-12-12T17:49:20.9649059+00:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2024-12-12T17:49:20.9649059+00:00",
  "CompanyDetailId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.