POST api/Subscriptions/PostCompleteEnrollment?subscriptionActivationId={subscriptionActivationId}&shippingMethodId={shippingMethodId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionActivationId

integer

Required

shippingMethodId

integer

Required

Body Parameters

CompleteEnrollmentDto
NameDescriptionTypeAdditional information
PaymentGatewayPatientToken

string

String length: inclusive between 0 and 50

PaymentGatewayPaymentToken

string

Required

String length: inclusive between 0 and 50

EnrollmentType

integer

None.

AddressLine1

string

None.

AddressLine2

string

None.

AddressCity

string

None.

AddressState

string

None.

AddressZip

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentGatewayPatientToken": "sample string 1",
  "PaymentGatewayPaymentToken": "sample string 2",
  "EnrollmentType": 3,
  "AddressLine1": "sample string 4",
  "AddressLine2": "sample string 5",
  "AddressCity": "sample string 6",
  "AddressState": "sample string 7",
  "AddressZip": "sample string 8"
}

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

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Result

Object

None.

StatusCode

integer

None.

StatusGroup

string

None.

Details

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.