POST api/StudyHubAPI/CreateStudentPaymentProfile
Request Information
URI Parameters
None.
Body Parameters
PaymentProfileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentFirstName | string |
None. |
|
| PaymentLastName | string |
None. |
|
| Address1 | string |
None. |
|
| City | string |
None. |
|
| StateCode | string |
None. |
|
| Zip | string |
None. |
|
| CountryCode | string |
None. |
|
| CCNumber | string |
None. |
|
| CCExpMonth | string |
None. |
|
| CCExpYear | string |
None. |
|
| CCAuthorizationNumber | string |
None. |
|
| CurrencyCode | string |
None. |
|
| ContactFirstName | string |
None. |
|
| ContactLastName | string |
None. |
|
| EmailId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentFirstName": "sample string 1",
"PaymentLastName": "sample string 2",
"Address1": "sample string 3",
"City": "sample string 4",
"StateCode": "sample string 5",
"Zip": "sample string 6",
"CountryCode": "sample string 7",
"CCNumber": "sample string 8",
"CCExpMonth": "sample string 9",
"CCExpYear": "sample string 10",
"CCAuthorizationNumber": "sample string 11",
"CurrencyCode": "sample string 12",
"ContactFirstName": "sample string 13",
"ContactLastName": "sample string 14",
"EmailId": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.