> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.ngapainrepot.space/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.ngapainrepot.space/_mcp/server.

# Inquiry

POST https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry
Content-Type: application/json

Inquiry

Reference: https://docs.ngapainrepot.space/biller/02-provider-mitra-bukalapak/inquiry

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: biller
  version: 1.0.0
paths:
  /internal/providers/mitra-bukalapak/inquiry:
    post:
      operationId: inquiry
      summary: Inquiry
      description: Inquiry
      tags:
        - subpackage_02ProviderMitraBukalapak
      parameters:
        - name: x-api-key
          in: header
          required: false
          schema:
            type: string
      responses:
        '201':
          description: >-
            0000 - Success / 0000 - Success / 0000 - Success Multiple Bill /
            0000 - Success Single Bill / 0014 - Unknown Customer / 0089 -
            Billing not Available / 0088 - Bills already Paid / 0000 - Success /
            0000 - Success / 0000 - Success Multiple Bill / 0000 - Success
            Single Bill / 0014 - Unknown Customer / 0089 - Billing not Available
            / 0088 - Bills already Paid
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/02 Provider - Mitra
                  Bukalapak_inquiry_Response_201
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                customerNumber:
                  type: string
                productCode:
                  type: string
                providerType:
                  type: string
servers:
  - url: https://c-dev-api.rajabiller.com
    description: https://c-dev-api.rajabiller.com
  - url: '{{base_url}}'
    description: '{{base_url}}'
  - url: https://api.stg.servermitra.com
    description: https://api.stg.servermitra.com
components:
  schemas:
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataNormalizedResult:
      type: object
      properties:
        message:
          type: string
        responseCode:
          type: string
        resultStatus:
          type: string
        rootKey:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataNormalizedResult
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataProviderRequestBody:
      type: object
      properties:
        customer_number:
          type: string
        product_code:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataProviderRequestBody
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems:
      type: object
      properties:
        amount:
          type: string
        penalty_fee:
          type: string
        period:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer:
      type: object
      properties:
        admin_charge:
          type: string
        bills:
          type: array
          items:
            $ref: >-
              #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomerBillsItems
        currency:
          type: string
        customer_name:
          type: string
        customer_number:
          type: string
        message:
          type: string
        outstanding_bill:
          type: number
          format: double
        penalty_fee:
          type: string
        period:
          type: array
          items:
            type: string
        power:
          type: number
          format: double
        remaining_billing_sheet:
          type: number
          format: double
        response_code:
          type: string
        segmentation:
          type: string
        stand_meter:
          type: string
        total_price:
          type: string
        unpaid_bill:
          type: number
          format: double
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerBillsItems:
      type: object
      properties:
        amount:
          type: string
        biller_paid_number:
          type: string
        cubication:
          type: string
        penalty_fee:
          type: string
        period:
          type: string
        stamp_duty:
          type: string
        usage:
          type: string
        waste:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerBillsItems
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerOperator:
      type: object
      properties:
        name:
          type: string
        terms_and_conditions:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerOperator
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomer:
      type: object
      properties:
        address:
          type: string
        admin_charge:
          type: string
        bill_count:
          type: string
        bills:
          type: array
          items:
            $ref: >-
              #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerBillsItems
        currency:
          type: string
        customer_name:
          type: string
        customer_number:
          type: string
        end_bill_period:
          type: string
        end_usage_meter:
          type: string
        message:
          type: string
        operator:
          oneOf:
            - $ref: >-
                #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomerOperator
            - type: 'null'
        penalty_fee:
          type: string
        response_code:
          type: string
        start_bill_period:
          type: string
        start_usage_meter:
          type: string
        sub_segment:
          type: string
        total_price:
          type: string
        usage:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomer
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponse:
      type: object
      properties:
        postpaid_electricity_customer:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponsePostpaidElectricityCustomer
        water_bill_customer:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponseWaterBillCustomer
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponse
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        normalizedResult:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataNormalizedResult
        operation:
          type: string
        providerCode:
          type: string
        providerRequestBody:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataProviderRequestBody
        providerType:
          type: string
        rawProviderResponse:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaDataRawProviderResponse
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaData
    InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaMeta:
      type: object
      properties:
        requestId:
          type: string
        timestamp:
          type: string
      title: >-
        InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaMeta
    02 Provider - Mitra Bukalapak_inquiry_Response_201:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaData
        meta:
          $ref: >-
            #/components/schemas/InternalProvidersMitraBukalapakInquiryPostResponsesContentApplicationJsonSchemaMeta
        success:
          type: boolean
      title: 02 Provider - Mitra Bukalapak_inquiry_Response_201

```

## Examples

### 0000 - Success



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0000 - Success
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0000 - Success Multiple Bill



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success Multiple Bill
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success Multiple Bill
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success Multiple Bill
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success Multiple Bill
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success Multiple Bill
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0000 - Success Multiple Bill
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success Multiple Bill
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success Multiple Bill
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0000 - Success Single Bill



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0000 - Success Single Bill
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0000 - Success Single Bill
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0000 - Success Single Bill
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0000 - Success Single Bill
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0000 - Success Single Bill
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0000 - Success Single Bill
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0000 - Success Single Bill
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0000 - Success Single Bill
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0014 - Unknown Customer



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0014 - Unknown Customer
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0014 - Unknown Customer
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0014 - Unknown Customer
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0014 - Unknown Customer
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0014 - Unknown Customer
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0014 - Unknown Customer
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0014 - Unknown Customer
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0014 - Unknown Customer
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0088 - Bills already Paid



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0088 - Bills already Paid
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0088 - Bills already Paid
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0088 - Bills already Paid
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0088 - Bills already Paid
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0088 - Bills already Paid
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0088 - Bills already Paid
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0088 - Bills already Paid
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0088 - Bills already Paid
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### 0089 - Billing not Available



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python 0089 - Billing not Available
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript 0089 - Billing not Available
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 0089 - Billing not Available
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 0089 - Billing not Available
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java 0089 - Billing not Available
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php 0089 - Billing not Available
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp 0089 - Billing not Available
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift 0089 - Billing not Available
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```

### Inquiry



**Request**

```json
{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}
```

**Response**

```json
{
  "data": {
    "normalizedResult": {
      "message": "unknown customer number",
      "responseCode": "0014",
      "resultStatus": "PENDING",
      "rootKey": "water_bill_customer"
    },
    "operation": "INQUIRY",
    "providerCode": "mitra_bukalapak",
    "providerRequestBody": {
      "customer_number": "1998914000001",
      "product_code": "sandbox-pdam"
    },
    "providerType": "water-bill",
    "rawProviderResponse": {
      "water_bill_customer": {
        "address": "",
        "admin_charge": "",
        "bill_count": "",
        "bills": [],
        "currency": "IDR",
        "customer_name": "JUN** XX0**",
        "customer_number": "1998914000001",
        "end_bill_period": "",
        "end_usage_meter": "",
        "message": "unknown customer number",
        "operator": null,
        "penalty_fee": "",
        "response_code": "0014",
        "start_bill_period": "",
        "start_usage_meter": "",
        "sub_segment": "",
        "total_price": "0",
        "usage": ""
      }
    }
  },
  "meta": {
    "requestId": "req_3be84e51-fc61-48a2-bc24-cbe643904829",
    "timestamp": "2026-06-02T10:12:22.780Z"
  },
  "success": true
}
```

**SDK Code**

```python Inquiry
import requests

url = "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

payload = {
    "customerNumber": "1998914000001",
    "productCode": "sandbox-pdam",
    "providerType": "water-bill"
}
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.json())
```

```javascript Inquiry
const url = 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry';
const options = {
  method: 'POST',
  headers: {'Content-Type': 'application/json'},
  body: '{"customerNumber":"1998914000001","productCode":"sandbox-pdam","providerType":"water-bill"}'
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Inquiry
package main

import (
	"fmt"
	"strings"
	"net/http"
	"io"
)

func main() {

	url := "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry"

	payload := strings.NewReader("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")

	req, _ := http.NewRequest("POST", url, payload)

	req.Header.Add("Content-Type", "application/json")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Inquiry
require 'uri'
require 'net/http'

url = URI("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}"

response = http.request(request)
puts response.read_body
```

```java Inquiry
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.post("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")
  .header("Content-Type", "application/json")
  .body("{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}")
  .asString();
```

```php Inquiry
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('POST', 'https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry', [
  'body' => '{
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
}',
  'headers' => [
    'Content-Type' => 'application/json',
  ],
]);

echo $response->getBody();
```

```csharp Inquiry
using RestSharp;

var client = new RestClient("https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry");
var request = new RestRequest(Method.POST);
request.AddHeader("Content-Type", "application/json");
request.AddParameter("application/json", "{\n  \"customerNumber\": \"1998914000001\",\n  \"productCode\": \"sandbox-pdam\",\n  \"providerType\": \"water-bill\"\n}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
```

```swift Inquiry
import Foundation

let headers = ["Content-Type": "application/json"]
let parameters = [
  "customerNumber": "1998914000001",
  "productCode": "sandbox-pdam",
  "providerType": "water-bill"
] as [String : Any]

let postData = JSONSerialization.data(withJSONObject: parameters, options: [])

let request = NSMutableURLRequest(url: NSURL(string: "https://c-dev-api.rajabiller.com/internal/providers/mitra-bukalapak/inquiry")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "POST"
request.allHTTPHeaderFields = headers
request.httpBody = postData as Data

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```