list_transfer_status


GET /list_transfer_status

To get the list of transfers status.

/list_transfer_status?token=XXXXX

field description
token Credentials provided by Powersoft that allow access to the API

Returns

        {
			"api_response": {
				"response_code": "1",
				"response_msg": "OK",
				"response_id": ""
			},
			"list_transfer_status": [
				{
					"transfer_status_id_365": 14,
					"transfer_status_code_365": "APPROVED",
					"transfer_status_name": "Approved",
					"transfer_status_secondary_code": "",
					"transfer_status_html_colour_code": "#33FF80",
					"allow_acccept_transfer": true
				},
				{
					"transfer_status_id_365": 15,
					"transfer_status_code_365": "ERROR",
					"transfer_status_name": "Error",
					"transfer_status_secondary_code": "",
					"transfer_status_html_colour_code": "#FF0000",
					"allow_acccept_transfer": false
				},
				{
					"transfer_status_id_365": 13,
					"transfer_status_code_365": "TBCHECHECKED",
					"transfer_status_name": "To be checked",
					"transfer_status_secondary_code": "",
					"transfer_status_html_colour_code": "#FFFF00",
					"allow_acccept_transfer": false
				}
			]
		}