POST api/Subscriptions/PostCompleteEnrollment?subscriptionActivationId={subscriptionActivationId}&shippingMethodId={shippingMethodId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subscriptionActivationId | integer |
Required |
|
| shippingMethodId | integer |
Required |
Body Parameters
CompleteEnrollmentDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional 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.