POST api/Bilyak/InitializeCharge?learnerId={learnerId}&bankCode={bankCode}&accountNumber={accountNumber}&dateOfBirth={dateOfBirth}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
learnerId | integer |
Required |
|
bankCode | string |
Required |
|
accountNumber | string |
Required |
|
dateOfBirth | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ChargeResponseWSName | Description | Type | Additional information |
---|---|---|---|
IsError | boolean |
None. |
|
ErrorMessage | string |
None. |
|
ErrorCode | integer |
None. |
|
ChargeResponse | PostChargeResponse |
None. |
|
PostChargeResponse | PostChargeResponse |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.