POST api/v1/CreatePlanReal

Request Information

URI Parameters

None.

Body Parameters

RequestViewModelPlanCreation
NameDescriptionTypeAdditional information
Environment

ETypeEnvironment

None.

TypePartner

ETypePartner

None.

Partner

PartnerViewModel

None.

AuthBase64

string

None.

Customer

integer

None.

name

string

None.

amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "environment": 1,
  "typePartner": 1,
  "partner": {
    "token": "sample string 1",
    "client": "sample string 2",
    "clientId": "sample string 3"
  },
  "authBase64": "sample string 1",
  "customer": 2,
  "name": "sample string 3",
  "amount": 4.0
}

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.