POST Authorise
Authorise a script using reference_no, you can set this against a doctor_id with the correct pin
Request Information
URI Parameters
None.
Body Parameters
AutoriseHelperModelPost| Name | Description | Type | Additional information |
|---|---|---|---|
| pin_number | string |
None. |
|
| patient_telephone_number | string |
None. |
|
| doctor_id | integer |
None. |
|
| reference_no | integer |
None. |
|
| session_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pin_number": "sample string 1",
"patient_telephone_number": "sample string 2",
"doctor_id": 3,
"reference_no": 4,
"session_id": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReplyModels| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2"
}