AdminRole
id
required
string uuid
user_id
required
string uuid
role_id
required
string uuid
province_codes
required
array string[]
Integer numbers.
Integer numbers.
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
The request has succeeded.
curl --request GET \
--url https://dpt-openapi.finema.dev/backoffice/payin-slip[
{
"address": [
{
"id": "c667df88-4de8-442b-a64a-5fbce59086f0",
"name": "บ้านหลัก",
"address": "56/96 หมู่บ้านเซนส์ สายไหม 56",
"address_code": "104202",
"address_type": "current",
"address_master": {
"code": null,
"province_code": null,
"district_code": null,
"sub_district_code": null,
"province": null,
"district": null,
"sub_district": null,
"postal_code": null
},
"is_default": true
}
],
"user_firstname": "…",
"user_lastname": "…",
"juristic_name_th": "…",
"transaction_no": "…",
"is_type_train": true,
"name": "…",
"total_price": 1,
"amount": 1,
"invioce_refs": [
{
"invoices_id": "…",
"value": "…"
}
],
"invoice_details": [
{
"total_price": 1,
"invoices_id": "…",
"seq": 1,
"product_detail": "…",
"amount": 1,
"eunit_price": 1
}
],
"invoice_end_date": "…",
"payment_method": "…",
"payment_type_res": [
{
"code": "…",
"name": "…",
"bank_name": "…",
"account_name": "…",
"company_code": "…",
"account_number": "…"
}
]
}
]The request has succeeded.
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
The request has succeeded.
curl --request GET \
--url 'https://dpt-openapi.finema.dev/backoffice/payment/success/report?date='{
"total_type_cash": 1,
"total_type_EDC": 1,
"total_type_MobileApp": 1,
"total_type_BankCounter": 1,
"grand_total": 1,
"items": [
{
"id": "c667df88-4de8-442b-a64a-5fbce59086f0",
"invoice_id": "…",
"user_type": 1,
"transaction_no": "…",
"receipt_no": "…",
"province_code": "…",
"payment_type_id": "…",
"name": "…",
"total_price": 1,
"affiliation_name": "…",
"course_name": "…",
"bank_name": "…",
"account_name": "…",
"account_number": "…",
"invoice_end_date": "…",
"file_path": "…",
"receipt_details": [
{
"total_price": 1,
"invoices_id": "…",
"seq": 1,
"product_detail": "…",
"amount": 1,
"eunit_price": 1
}
],
"receipt_ref": [
{
"receipt_id": "…",
"value": "…"
}
],
"remark": "…",
"user_firstname": "…",
"user_lastname": "…",
"user_identification_number": "…",
"juristic_name_th": "…",
"juristic_identification_number": "…",
"created_at": "…",
"created_by_id": "…",
"updated_at": "…",
"updated_by_id": "…"
}
]
}The request has succeeded.
The request has succeeded.
curl --request POST \
--url https://dpt-openapi.finema.dev/backoffice/submit-proof-payment \
--header 'Content-Type: application/json' \
--data '{
"reason": ""
}'{
"reason": "…"
}The request has succeeded.