# রাজস্ব বিভাগ ## BASE URL: https://smartrajshahi.gov.bd ## 1. ট্রেড লাইসেন্স নতুন **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/tl/ { "latitude": "567.890", "longitude": "887.123", "applicant_name": "", // (optional) "mother_name": "", // (optional) "father_name": "", // (optional) "spouse_name": "", // (optional) "ward_no": "", // (optional) "present_address": "Dhk", "present_zone": "Dhk", "present_ward_no": 1, "present_post_office": "Dhk", "present_post_code": 1234, "present_upazilla": "Dhk", "present_zilla": "dhk", "present_country": "Bangladeshi", "permanent_address": "Ctg", "permanent_zone": "Ctg", "permanent_ward_no": 1, "permanent_post_office": "Ctg", "permanent_post_code": 1234, "permanent_upazilla": "Ctg", "permanent_zilla": "Ctg", "permanent_country": "Banglaeshi", "phone_number": "01710445566", "email_address": "something@gmail.com", "nationality": "Bangladeshi", "id_number": "01234567890", // (জন্ম নিবন্ধন/এনআইডি/পাসপোর্ট নম্বর, max 17 digit) "holding_no": "12/12", "organization_zone": "Ctg", "organization_name": "TPL", "organization_address": "Mpr", "organization_ward_no": 1, "organization_post_office": "Ctg", "organization_post_code": 1234, "organization_thana": 1, "organization_zilla": "Ctg", "is_income_tax": true, "income_tax_number": "21323232", // (required if is_income_tax is true) "income_tax_image": "image file", // (required if is_income_tax is true) "is_business_identification": true, "bin_number": "2132323342", // (required if is_income_tax is true) "bin_image": "image file", // (required if is_business_identification is true) // ( business_department_name or business_department_name_2 or business_department_name_3 required one of them or multiple_business_type) "business_department_name": 1, "business_type": [ 1 ], "business_department_name_2": 1, "business_type_2": [ 1 ], "business_department_name_3": 1, "business_type_3": [ 1 ], "multiple_business_type": "1", "business_capital": "", "business_start_date": "11-11-2012", "business_space_own": "নিজের", "business_space_paper": "File", "signboard_squire_feet": 1, "is_limited": true, "permitted_capital": 100000, // (required if is_limited is true) "memorandum" : "File", // (required if is_limited is true) "balance_sheet" : "File", // (required if is_limited is true) } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/tl/ { "count": 12, "next": "http://127.0.0.1:8000/api/v1/tl/?limit=10&offset=10", "previous": null, "results": [ { "latitude": "567.890", "longitude": "887.123", "applicant_name": "", "mother_name": "", "father_name": "", "spouse_name": "", "ward_no": "", "present_address": "Dhk", "present_zone": "Dhk", "present_ward_no": 1, "present_post_office": "Dhk", "present_post_code": 1234, "present_upazilla": "Dhk", "present_zilla": "dhk", "present_country": "Bangladeshi", "permanent_address": "Ctg", "permanent_zone": "Ctg", "permanent_ward_no": 1, "permanent_post_office": "Ctg", "permanent_post_code": 1234, "permanent_upazilla": "Ctg", "permanent_zilla": "Ctg", "permanent_country": "Banglaeshi", "phone_number": "01710445566", "email_address": "something@gmail.com", "nationality": "Bangladeshi", "id_number": "01234567890", "holding_no": "12/12", "organization_zone": "Ctg", "organization_name": "TPL", "organization_address": "Mpr", "organization_ward_no": 1, "organization_post_office": "Ctg", "organization_post_code": 1234, "organization_thana": 1, "organization_zilla": "Ctg", "is_income_tax": true, "income_tax_number": "21323232", "income_tax_image": "image file", "is_business_identification": true, "bin_number": "2132323342", "bin_image": "image file", "business_department_name": 1, "business_type": [ 1 ], "business_department_name_2": 1, "business_type_2": [ 1 ], "business_department_name_3": 1, "business_type_3": [ 1 ], "multiple_business_type": "1", "business_capital": "", "business_start_date": "11-11-2012", "business_space_own": "নিজের", "business_space_paper": "File", "signboard_squire_feet": 1, "is_limited": true, "permitted_capital": 100000, "memorandum" : "File", "balance_sheet" : "File", } ] } Response: Status Code: 200 ``` ## 2. ট্রেড লাইসেন্স নবায়ন **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/tlr/ { "latitude": "12.23", "longitude": "45.67", "applicant_name": "Abdul Motin", "mother_name": "Hazera Begum", "father_name": "Hanif Miah", "spouse_name": "Hafsa Akter", // (optional: if applicable) "present_address": "Dhaka", "present_zone": "Mirpur", "present_ward_no": 1, "present_post_office": "Dhk", "present_post_code": 1234, "present_upazilla": "Dhk", "present_zilla": "dhk", "present_country": "Bangladeshi", "permanent_address": "Ctg", "permanent_zone": "Ctg", "permanent_ward_no": 1, "permanent_post_office": "Ctg", "permanent_post_code": 1234, "permanent_upazilla": "Ctg", "permanent_zilla": "Ctg", "permanent_country": "Bangladeshi", "phone_number": "01845678945", "email_address": "motin@gmail.com", "nationality": "Bangladeshi", "id_number": "1234567890", "is_income_tax": true, "tin_number": "21323232", // (required if is_income_tax is true) "tin_image": "image file", // (required if is_income_tax is true) "is_business_identification": true, "bin_number": "2132323342", // (required if is_income_tax is true) "bin_image": "image file", // (required if is_business_identification is true) "organization_name": "TPL", "holding_no": "12/12", "organization_zone": "Ctg", "organization_ward_no": 1, "organization_post_office": "Ctg", "organization_post_code": 1234, "organization_thana": 1, "organization_zilla": "Ctg", // ( business_department_name or business_department_name_2 or business_department_name_3 required one of them or multiple_business_type) "business_department_name": 1, "business_type": [ 1 ], "business_department_name_2": 1, "business_type_2": [ 1 ], "business_department_name_3": 1, "business_type_3": [ 1 ], "multiple_business_type": "Grocery Shop", "business_capital": "", "business_start_date": "11-11-2012", "business_space_own": "নিজের", "business_space_paper": "File", "signboard_squire_feet": 1, "previous_license": "AB-1245", "previous_license_expiration": "31-06-2021", "business_transfer": "Lorem Ipsum", "source_tax": "FILE", // FILE "is_limited": true, "permitted_capital": 100000, // (required if is_limited is true) "memorandum" : "File", // (required if is_limited is true) "balance_sheet" : "File", // (required if is_limited is true) } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/tlr/ { "count": 2, "next": null, "previous": null, "results": [ { "applicant_name": "Dipto Kumar kundu", "mother_name": "Kundu", "father_name": "Kundu", "spouse_name": "Nurjahan Akhter", "present_address": "1", "present_zone": "dhaka", "present_ward_no": "1", "present_post_office": "dhaka", "present_post_code": "1234", "present_upazilla": "dhaka", "present_zilla": "রাজশাহী", "present_country": "বাংলাদেশ", "permanent_address": "1", "permanent_zone": "dhaka", "permanent_ward_no": "1", "permanent_post_office": "dhaka", "permanent_post_code": "1234", "permanent_upazilla": "dhaka", "permanent_zilla": "রাজশাহী", "phone_number": "01843070993", "email_address": "dkkundu00@gmail.com", "nationality": "বাংলাদেশী", "id_number": "23432523523543354", "is_income_tax": false, "is_business_identification": false, "organization_name": "Amar dokan tli", "holding_no": "1", "organization_zone": "dhaka", "organization_ward_no": 1, "organization_post_office": "dhaka", "organization_post_code": "1234", "organization_thana": "দামকুড়া থানা", "organization_zilla": "রাজশাহী", "business_department_name": 3, "business_type": [ 16 ], "business_department_name_2": null, "business_type_2": [], "business_department_name_3": null, "business_type_3": [], "multiple_business_type": null, "business_capital": null, "business_start_date": "22-04-2023", "business_space_own": "ভাড়ার", "business_space_paper": "http://127.0.0.1:8000/media/tlr/sp/2023-03-21/photo_2023-01-13_14-43-49-2023-03-21-14-21-58.png", "signboard_squire_feet": 2, "previous_license": "324343", "previous_license_expiration": "22-04-2024", "business_transfer": "", "source_tax": null, "is_limited": false }, ] } Response: Status Code: 200 ``` ## 3. বিজ্ঞাপনের জন্য আবেদন (নতুন) **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/adv/ { "latitude": 123.45, "longitude": 678.90, "owner_name": "Shahriar", "organization_name": "Tiger Park", "address": "Dhaka", "holding_no": "123", "organization_ward_no": "1234", "village": "Dhaka", "post_office": "Mirpur", "thana": "Pallabi", "zilla": "Dhaka", "owner_phone_no": "01710835653", "is_income_tax": false, "advertisement_temperament": null, "advertisement_type": [], "multiple_advertisement_type": null, "adv_display_place": "Dhaka", "adv_numbers": 2, "adv_measurements": 20, "adv_display_place_2": null, "adv_measurements_2": 0, "adv_numbers_2": 0, "adv_display_place_3": null, "adv_measurements_3": 0, "adv_numbers_3": 0, "adv_display_place_4": null, "adv_measurements_4": 0, "adv_numbers_4": 0, "adv_display_place_5": null, "adv_measurements_5": 0, "adv_numbers_5": 0, "update_fiscal_year": null, "vat": "240.00", "rcc_income": 2200, "application_fee": 100, "adv_measurements_fee": "1600.00", "arrears_fiscal_year": [] "update_fiscal_year": [] } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/adv/ { "count": 12, "next": "http://127.0.0.1:8000/api/v1/adv/?limit=10&offset=10", "previous": null, "results": [ { "owner_name": "Shahed", "organization_name": "Tiger Park", "address": "Mirpur, Dhaka", "holding_no": "12", "organization_ward_no": 123, "village": "Rampur", "post_office": "Pallabi", "thana": "Mirpur", "zilla": "Dhaka", "owner_phone_no": "01821001122", "is_income_tax": null, "advertisement_temperament": null, "advertisement_type": [ 2 ], "multiple_advertisement_type": "Hello", "adv_display_place": "Mirpur 10", "adv_numbers": 2, "adv_measurements": 10, "adv_display_place_2": "", "adv_numbers_2": 0, "adv_measurements_2": 0, "adv_display_place_3": "", "adv_numbers_3": 0, "adv_measurements_3": 0, "adv_display_place_4": "", "adv_numbers_4": 0, "adv_measurements_4": 0, "adv_display_place_5": "", "adv_numbers_5": 0, "adv_measurements_5": 0, "arrears_fiscal_year": [ 2 ], "update_fiscal_year": "" }, ] } Response: Status Code: 200 ``` ## 4. বিজ্ঞাপনের জন্য আবেদন (নবায়ন) **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/advr/ { "latitude": "123.45", "longitude": "678.90", "owner_name": "Shahed", "organization_name": "Tiger Park", "address": "Mirpur", "holding_no": "123", "organization_ward_no": null, "village": "Rampur", "post_office": null, "thana": "Pallabi", "zilla": "Rajshahi", "owner_phone_no": "01821002244", "is_income_tax": false, "advertisement_temperament": null, "advertisement_type": [], "multiple_advertisement_type": null, "adv_measurements": 1, "adv_numbers": 1, "adv_display_place": "Mirpur 10", "adv_measurements_2": null, "adv_numbers_2": null, "adv_display_place_2": null, "adv_measurements_3": null, "adv_numbers_3": null, "adv_display_place_3": null, "adv_measurements_4": null, "adv_numbers_4": null, "adv_display_place_4": null, "adv_measurements_5": null, "adv_numbers_5": null, "adv_display_place_5": null, "arrears_fiscal_year": [], "update_fiscal_year": "2011" } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/advr/ { "count": 1, "next": null, "previous": null, "results": [ { "owner_name": "TRADE LICENSE INSPECTOR", "organization_name": "Amar dokan advr edit", "address": "dhaka edit", "holding_no": "1", "organization_ward_no": 2, "village": "dhaka", "post_office": "dhaka", "thana": "মতিহার থানা", "zilla": "রাজশাহী", "owner_phone_no": "01710835653", "is_income_tax": false, "advertisement_temperament": 3, "advertisement_type": [], "multiple_advertisement_type": "", "adv_measurements": 2, "adv_numbers": 3, "adv_display_place": "dhaka", "adv_measurements_2": 0, "adv_numbers_2": 0, "adv_display_place_2": null, "adv_measurements_3": 0, "adv_numbers_3": 0, "adv_display_place_3": null, "adv_measurements_4": 0, "adv_numbers_4": 0, "adv_display_place_4": null, "adv_measurements_5": 0, "adv_numbers_5": 0, "adv_display_place_5": null, "arrears_fiscal_year": [ 2 ], "update_fiscal_year": "২০২০-২০২১" } ] } Response: Status Code: 200 ``` ## 5. বেসরকারী শিক্ষাপ্রতিষ্ঠানের/কোচিং সেন্টারের নিবন্ধনকরণ **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/ngr/ { "latitude": "123.45", "longitude": "678.90", "present_holding_no": "", "present_ward_no": 1, "present_thana": "", "zilla": "", "organization_name": "Tiger Park", "organization_place": "Pallabi", "address": "Mirpur", "holding_no": "2/16", "organization_ward_no": 1, "organization_type": 2, "is_tax_receipt": "True", "tax_receipt": "http://127.0.0.1:8000/media/ngeir/2023-04-15/7hzomy-2023-04-15-15-06-08.jpg", "is_council": true, "council": null, "trade_licence_number": "1254", "student_number": 100, "safe_place": true, "car_parking": true, "parents_sit_place": true, "safe_building": true, "primary_treatment": true, "teachers_cv": true } Response: Status Code: 200 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/ngr/ { "count": 3, "next": null, "previous": null, "results": [ { "present_holding_no": "3", "present_ward_no": 1, "present_thana": [ { "id": 11, "name": "মতিহার থানা" } ], "zilla": "রাজশাহী", "organization_name": "Amar dokan tl", "organization_place": "dhaka", "address": "dhaka", "holding_no": "1", "organization_ward_no": 1, "organization_type": "কেজি স্কুল “এ” ক্যাটাগরী - (৩০০০.০০ টাকা)", "is_tax_receipt": "ভাড়ার", "tax_receipt": "http://127.0.0.1:8000/media/ngeir/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-36-29.png", "is_council": false, "council": "http://127.0.0.1:8000/media/ngeir/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-36-29_aKvXqYJ.png", "trade_licence_number": "3434", "student_number": 34, "safe_place": false, "car_parking": false, "parents_sit_place": false, "safe_building": false, "primary_treatment": True, "teachers_cv": True }, ] } Response: Status Code: 200 ``` ## 6. বেসরকারী শিক্ষাপ্রতিষ্ঠানের/কোচিং সেন্টারের নবায়ন **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/ngrr/ { "latitude": "123.45", "longitude": "678.90", "present_holding_no": "16/2", "present_ward_no": 4, "present_thana": "Pallabi", "zilla": "Dhaka", "organization_name": "Tiger Park", "organization_place": "Pallabi", "address": "Mirpur", "holding_no": "12/6", "organization_ward_no": 12, "organization_type": 2, "pre_reg_no": "A-1234", "pre_reg_date": null, "is_tax_receipt": "", "tax_receipt": "http://127.0.0.1:8000/media/ngeirr/2023-04-15/7hzomy-2023-04-15-16-01-24.jpg", "is_council": false, "council": null, "trade_licence_number": "A-1245", "student_number": 100, "safe_place": false, "car_parking": false, "parents_sit_place": false, "safe_building": false, "primary_treatment": false, "teachers_cv": true } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/ngrr/ { "count": 1, "next": null, "previous": null, "results": [ { "present_holding_no": "5", "present_ward_no": 1, "present_thana": "চন্দ্রিমা", "zilla": "রাজশাহী", "organization_name": "Amar dokan ngrr", "organization_place": "dhaka", "address": "dhaka", "holding_no": "1", "organization_ward_no": 1, "organization_type": 2, "pre_reg_no": "23434", "pre_reg_date": "23-04-2023", "is_tax_receipt": "ভাড়ার", "tax_receipt": "http://127.0.0.1:8000/media/ngeirr/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-42-26.png", "is_council": false, "council": "http://127.0.0.1:8000/media/ngeirr/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-42-26_WWwOWFG.png", "trade_licence_number": "234343", "student_number": 34, "safe_place": false, "car_parking": false, "parents_sit_place": false, "safe_building": false, "primary_treatment": false, "teachers_cv": false } ] } Response: Status Code: 200 ``` ## 7. নামজারি আবেদন (হোল্ডিং) **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/ns/ { "latitude": "123", "longitude": "456", "applicant_holding_no": "123", "bds_year": 2, "house_holding_no": "1", "house_ward_no": 12, "house_area_name": 277, "house_about": 1, "house_size": "1200.0000", "flat_type": "['1']", "tiles": "['1']", "floor_count": 5, "floor_measure": 1200, "total_measure": 2299, "purchase_document": "...", // File Upload "inheritance_certificate": "...", // File Upload "succession_certificate": "...", // FIle Upload "awaaznam_document": "...", // File Upload "solenama_document": "...", // File Upload "donation_certificate": "...", // File Upload "revised_certificate": "...", // File Upload "lease_certificate": "...", // File Upload "cs": "...", // File Upload "rs": "...", // File Upload "sa": "...", // File Upload "dcr": "...", // File Upload "land_receipt_rent": "...", // File Upload "building_image": "...", // File Upload "receipt_certificate": "...", // File Upload "receipt_date": "23-04-2023" } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/ns/ { "count": 3, "next": null, "previous": null, "results": [ { "applicant_holding_no": "3", "bds_year": 1, "house_holding_no": "3", "house_ward_no": 10, "house_area_name": 166, "house_about": 1, "house_size": "2.0000", "flat_type": "['1']", "tiles": "['1']", "floor_count": 5, "floor_measure": 1200, "total_measure": 2299, "purchase_document": "http://127.0.0.1:8000/media/ns/purchase/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "inheritance_certificate": "http://127.0.0.1:8000/media/ns/inheritance/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "succession_certificate": null, "awaaznam_document": null, "solenama_document": null, "donation_certificate": null, "revised_certificate": null, "lease_certificate": null, "cs": "http://127.0.0.1:8000/media/ns/cs/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "rs": "http://127.0.0.1:8000/media/ns/rs/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "sa": "http://127.0.0.1:8000/media/ns/sa/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "dcr": "http://127.0.0.1:8000/media/ns/dcr/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "land_receipt_rent": "http://127.0.0.1:8000/media/ns/receipt_rent/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "building_image": "http://127.0.0.1:8000/media/ns/building/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "receipt_certificate": "http://127.0.0.1:8000/media/ns/receipt/2023-03-22/photo_2023-01-13_14-43-49-2023-03-22-11-52-52.png", "receipt_date": "23-04-2023" }, ] } Response: Status Code: 200 ``` ## 8. দ্বৈত হোল্ডিং একত্রি করণ / হোল্ডিং বাতিল করণ **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/dhm/ { "latitude": "1425.36", "longitude": "3625.14", "ward_no": 12, "moholla": "Pallabi", "moholla_change": "Kazipara", "holding_owner": "Anwar", "holding_owner_father": "Nobin", "phone_number": "01821336655", "living_holding_number": "123", "yearly_tax": 123, "additional_holding_number": "123", "additional_holding_yearly_tax": 123, "lh_r_own": 258, "lh_r_rent": 258, "lh_r_r_h_own": 369, "lh_r_r_h_rent": 369, "lh_r_raw_own": 789, "lh_r_raw_rent": 987, "lh_c_own": 8585, "lh_c_rent": 6958, "lh_c_r_h_own": 4578, "lh_c_r_h_rent": 6565, "lh_c_raw_own": 8596, "lh_c_raw_rent": 2255, "ah_r_own": 4589, "ah_r_rent": 4578, "ah_r_r_h_own": 1425, "ah_r_r_h_rent": 3695, "ah_r_raw_own": 4568, "ah_r_raw_rent": 9586, "ah_c_own": 7890, "ah_c_rent": 582, "ah_c_r_h_own": 12, "ah_c_r_h_rent": 1420, "ah_c_raw_own": 123, "ah_c_raw_rent": 1256, "reason_for_marge_dual_holding": "Lorem Ipsum", "land_deeds": "...", // File Upload "ledger_paper": "...", // File Upload "dcc_paper": "...", // File Upload "receipt_of_rent_paper": "...", // File Upload "nid": "...", // File Upload "holding_image": "...", // File Upload "land_acquisition_section_7": "...", // File Upload "signature": "...", // File Upload "date": "14-12-2022" } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/dhm/ { "count": 1, "next": null, "previous": null, "results": [ { "ward_no": 12, "moholla": "Pallabi", "moholla_change": "Kazipara", "holding_owner": "Anwar", "holding_owner_father": "Nobin", "phone_number": "01821336655", "living_holding_number": "123", "yearly_tax": 123, "additional_holding_number": "123", "additional_holding_yearly_tax": 123, "lh_r_own": 258, "lh_r_rent": 258, "lh_r_r_h_own": 369, "lh_r_r_h_rent": 369, "lh_r_raw_own": 789, "lh_r_raw_rent": 987, "lh_c_own": 8585, "lh_c_rent": 6958, "lh_c_r_h_own": 4578, "lh_c_r_h_rent": 6565, "lh_c_raw_own": 8596, "lh_c_raw_rent": 2255, "ah_r_own": 4589, "ah_r_rent": 4578, "ah_r_r_h_own": 1425, "ah_r_r_h_rent": 3695, "ah_r_raw_own": 4568, "ah_r_raw_rent": 9586, "ah_c_own": 7890, "ah_c_rent": 582, "ah_c_r_h_own": 12, "ah_c_r_h_rent": 1420, "ah_c_raw_own": 123, "ah_c_raw_rent": 1256, "reason_for_marge_dual_holding": "Lorem Ipsum", "land_deeds": "http://127.0.0.1:8000/media/dhm/land_deeds/2023-04-16/water-2023-04-16-15-39-36.jpg", "ledger_paper": "http://127.0.0.1:8000/media/dhm/ledger_paper/2023-04-16/water-2023-04-16-15-39-36.jpg", "dcc_paper": "http://127.0.0.1:8000/media/dhm/dcc_paper/2023-04-16/water-2023-04-16-15-39-36.jpg", "receipt_of_rent_paper": "http://127.0.0.1:8000/media/dhm/receipt_of_rent_paper/2023-04-16/water-2023-04-16-15-39-36.jpg", "nid": "http://127.0.0.1:8000/media/dhm/nid/2023-04-16/water-2023-04-16-15-39-36.jpg", "holding_image": "http://127.0.0.1:8000/media/dhm/holding_image/2023-04-16/water-2023-04-16-15-39-36.jpg", "land_acquisition_section_7": "http://127.0.0.1:8000/media/dhm/land_acquisition/2023-04-16/water-2023-04-16-15-39-36.jpg", "signature": "http://127.0.0.1:8000/media/dhm/signature/2023-04-16/water-2023-04-16-15-39-36.jpg", "date": "14-12-2022" } ] } Response: Status Code: 200 ``` ## 9. হোল্ডিং সংশোধনীর আবেদন পত্র **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/hamd/ { "latitude": "224466.44", "longitude": "245678.44", "ward_no": 1, "moholla": "1", "holding_owner": "Motin", "holding_owner_father": "Khalid", "phone_number": "01824558866", "holding_number": "42/2", "yearly_tax": 5000, "lh_r_own": 45, "lh_r_rent": 32, "lh_r_r_h_own": null, "lh_r_r_h_rent": null, "lh_r_raw_own": null, "lh_r_raw_rent": null, "lh_c_own": null, "lh_c_rent": null, "lh_c_r_h_own": null, "lh_c_r_h_rent": null, "lh_c_raw_own": null, "lh_c_raw_rent": null, "pr_ward": 45, "am_ward": 56, "pr_moholla": "55", "am_moholla": "56", "pr_holding_owner": "Kamal", "am_holding_owner": "Kalam", "pr_holding_owner_father": "Kurshed", "am_holding_owner_father": "Murshed", "pr_holding_no": "45", "am_holding_no": "44", "pr_holding_use": "58", "am_holding_use": "56", "land_deeds": "http://127.0.0.1:8000/media/hamd/land_deeds/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "ledger_paper": "http://127.0.0.1:8000/media/hamd/ledger_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "dcc_paper": "http://127.0.0.1:8000/media/hamd/dcc_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "receipt_of_rent_paper": "http://127.0.0.1:8000/media/hamd/receipt_of_rent_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "nid": "http://127.0.0.1:8000/media/hamd/nid/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "holding_image": "http://127.0.0.1:8000/media/hamd/holding_image/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "signature": "http://127.0.0.1:8000/media/hamd/signature/2023-04-17/Screenshot_from_2023-04-17_09-19-18-2023-04-17-10-30-37.png", "date": "11-11-2022" } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/hamd/ { "count": 2, "next": null, "previous": null, "results": [ { "ward_no": 17, "moholla": "1", "holding_owner": "Motin", "holding_owner_father": "Khalid", "phone_number": "01824558866", "holding_number": "42/2", "yearly_tax": 5000, "lh_r_own": 45, "lh_r_rent": 32, "lh_r_r_h_own": null, "lh_r_r_h_rent": null, "lh_r_raw_own": null, "lh_r_raw_rent": null, "lh_c_own": null, "lh_c_rent": null, "lh_c_r_h_own": null, "lh_c_r_h_rent": null, "lh_c_raw_own": null, "lh_c_raw_rent": null, "pr_ward": 45, "am_ward": 56, "pr_moholla": "55", "am_moholla": "56", "pr_holding_owner": "Kamal", "am_holding_owner": "Kalam", "pr_holding_owner_father": "Kurshed", "am_holding_owner_father": "Murshed", "pr_holding_no": "45", "am_holding_no": "44", "pr_holding_use": "58", "am_holding_use": "56", "land_deeds": "http://127.0.0.1:8000/media/hamd/land_deeds/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "ledger_paper": "http://127.0.0.1:8000/media/hamd/ledger_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "dcc_paper": "http://127.0.0.1:8000/media/hamd/dcc_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "receipt_of_rent_paper": "http://127.0.0.1:8000/media/hamd/receipt_of_rent_paper/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "nid": "http://127.0.0.1:8000/media/hamd/nid/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "holding_image": "http://127.0.0.1:8000/media/hamd/holding_image/2023-04-17/Screenshot_from_2023-04-17_09-23-33-2023-04-17-10-30-37.png", "signature": "http://127.0.0.1:8000/media/hamd/signature/2023-04-17/Screenshot_from_2023-04-17_09-19-18-2023-04-17-10-30-37.png", "date": "11-11-2022" }, ] } Response: Status Code: 200 ``` ## 10. নতুন হোল্ডিং এর জন্য আবেদন **(i) Create Application** ```json Request Body: POST {{BASE_URL}}/api/v1/ht/ { "latitude": "456.78", "longitude": "778.98", "ward": 1, "mohalla": 5, "neighbour_holding_no": "12", "plot_number": "12", "post_office": 3, "thana": 3, "flat_type": "1", "tiles": "1", "floor_count": 1, "floor_measure": 1, "total_measure": 1, "pales_rent": 1, "home_floor": 1, "rent_floor": "1", "r_ripe_own": 1, "r_ripe_rent": 1, "r_h_c_ripe_own": 1, "r_h_c_ripe_rent": 1, "r_r_f_ripe_own": 1, "r_r_f_ripe_rent": 1, "c_ripe_own": 1, "c_ripe_rent": 1, "c_h_c_ripe_own": 1, "c_h_c_ripe_rent": 1, "c_r_f_ripe_own": 1, "c_r_f_ripe_rent": 1, "electricity": true, "loan": true, "loan_amount": "1", "payment_term": "1", "payment_condition": "1", "land_deeds": "...", //File Upload "landlord_developer_contact_paper": "...", //File Upload "ledger_paper": "...", //File Upload "dcc_paper": "...", //File Upload "receipt_of_rent_paper": "...", //File Upload "rdr_paper": "...", //File Upload "building_image": "..." //File Upload } Response: Status Code: 201 ``` **(ii) Get List Data** ```json Request Body: GET {{BASE_URL}}/api/v1/ht/ { "count": 11, "next": "http://127.0.0.1:8000/api/v1/ht/?limit=10&offset=10", "previous": null, "results": [ { "ward": 1, "mohalla": 5, "neighbour_holding_no": "12", "plot_number": "12", "post_office": 3, "thana": 3, "flat_type": "1", "tiles": "1", "floor_count": 1, "floor_measure": 1, "total_measure": 1, "pales_rent": 1, "home_floor": 1, "rent_floor": "1", "r_ripe_own": 1, "r_ripe_rent": 1, "r_h_c_ripe_own": 1, "r_h_c_ripe_rent": 1, "r_r_f_ripe_own": 1, "r_r_f_ripe_rent": 1, "c_ripe_own": 1, "c_ripe_rent": 1, "c_h_c_ripe_own": 1, "c_h_c_ripe_rent": 1, "c_r_f_ripe_own": 1, "c_r_f_ripe_rent": 1, "electricity": true, "loan": true, "loan_amount": "1", "payment_term": "1", "payment_condition": "1", "land_deeds": "http://127.0.0.1:8000/media/ht/land_deeds/2023-04-17/Screenshot_from_2023-04-17_12-23-22-2023-04-17-14-11-58.png", "landlord_developer_contact_paper": "http://127.0.0.1:8000/media/ht/landlord_contact/2023-04-17/Screenshot_from_2023-04-17_12-23-22-2023-04-17-14-11-58.png", "ledger_paper": "http://127.0.0.1:8000/media/ht/ledger_paper/2023-04-17/Screenshot_from_2023-04-17_12-23-22-2023-04-17-14-11-58.png", "dcc_paper": "http://127.0.0.1:8000/media/ht/dcc/2023-04-17/Screenshot_from_2023-04-17_12-23-22-2023-04-17-14-11-58.png", "receipt_of_rent_paper": "http://127.0.0.1:8000/media/ht/receipt/2023-04-17/WhatsApp_Image_2023-04-17_at_11.09.54_AM4-2023-04-17-14-11-58.jpeg", "rdr_paper": "http://127.0.0.1:8000/media/ht/rdr/2023-04-17/Screenshot_from_2023-04-17_12-23-22-2023-04-17-14-11-58.png", "building_image": "http://127.0.0.1:8000/media/ht/building_image/2023-04-17/WhatsApp_Image_2023-04-17_at_11.09.54_AM3-2023-04-17-14-11-58.jpeg" }, Response: Status Code: 200 ``` ## 11. হোল্ডিং পুনঃ কর এর জন্য আবেদন **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ``` ## 12. হোল্ডিং ট্যাক্স রিভিউ **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ``` ## 13. নতুন দোকান বরাদ্দের জন্য আবেদন **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ``` ## 14. দোকান ভাড়া পরিশোধ **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ``` ## 15. দোকান সাবলেটের জন্য আবেদন **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ``` ## 16. দোকান হস্তান্তরের জন্য আবেদন **(i) Create Application** ```json Request Body: Response: ``` **(ii) Get List Data** ```json Request Body: Response: ```