RemitPro - API International Remittance
  1. Area (IDN)
RemitPro - API International Remittance
  • Getting Strated Guide
    • 1. Overview
    • 2. High Level Flow
    • 3. Supported Corridors
    • 4. Authorization & Scope
    • 5. Handle Error
    • 6. Signature
    • 7. API Host
  • Test Scenario
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Information
        • Id Type Personal
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Personal
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Purpose Account
        • Salutation
        • User Position
      • Area (IDN)
        • Information
        • Countries
          GET
        • Countries by Id
          GET
        • States
          GET
        • States by Id
          GET
        • City
          GET
        • City by Id
          GET
        • District
          GET
        • District by Id
          GET
        • Sub District
          GET
        • Sub District by Id
          GET
      • Transaction
        • Information
        • Sender
          • Business
            • Create Sender
            • Update Sender
  1. Area (IDN)

Sub District

Developing
GET
/api/v1/partner/master/area/sub-district/idn/{state_id}/{city_id}/{distict_id}

Request

Path Params

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠400Invalid Data
🟠401Unauthorized
🟠404Resource Not Found
🟠404Data Not Found
🟠401Token Expired
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/partner/master/area/sub-district/idn/f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7/83f5f978-b5cb-4d90-8554-064fa2f2e7ec/7d11bcca-8f51-4dc3-a883-2655531960d1?page=1&limit=5' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001400",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-09-16T09:03:08",
    "data": [
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "10aec2cf-4054-4477-8a32-31acf4eb8ed5",
                "name": "GUNTUR"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "144661df-99af-48fc-8c41-5d8711c20232",
                "name": "KARET"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "44e7bcba-8b67-42f3-8f5f-dcec883ebda5",
                "name": "KARET KUNINGAN"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "7331f834-c5c2-46f4-b046-74906d10a074",
                "name": "KUNINGAN TIMUR"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "a855f6a8-0f98-4043-a9f8-f6067f578a89",
                "name": "PASAR MANGGIS"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "c3c5f26f-1bb0-41f3-864a-8084db84d455",
                "name": "SETIA BUDI (SETIABUDI)"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "d4b4e8ca-c918-4ed2-8959-813861968bfb",
                "name": "MENTENG ATAS"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7",
                "name": "DKI JAKARTA"
            },
            "city": {
                "id": "83f5f978-b5cb-4d90-8554-064fa2f2e7ec",
                "name": "JAKARTA SELATAN"
            },
            "district": {
                "id": "7d11bcca-8f51-4dc3-a883-2655531960d1",
                "name": "SETIABUDI (SETIA BUDI)"
            },
            "subDistrict": {
                "id": "ed0aac98-0388-4585-9217-68e688ec509f",
                "name": "KARET SEMANGGI"
            }
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 8,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/area/district/idn/f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7/83f5f978-b5cb-4d90-8554-064fa2f2e7ec/7d11bcca-8f51-4dc3-a883-2655531960d1?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/area/district/idn/f2f60f74-a9ad-4f3e-8722-a8a7532b4bd7/83f5f978-b5cb-4d90-8554-064fa2f2e7ec/7d11bcca-8f51-4dc3-a883-2655531960d1?page=1&limit=20"
        }
    }
}
Modified at 2025-09-16 09:19:18
Previous
District by Id
Next
Sub District by Id
Built with