Batch Search Result



yaitu search data results based on the name sent to the batch search upload API. Sijitu will send the results in the form of a CSV file via the API


Clients are expected to prepare an API to get results for searches based on the name submitted.


Message Flow

Sijitu -> Client

Metode

HTTP Post

API URL

https://[client domain]/[client path]

Parameter Request:

Parameter Name Max Length Mandatory Keterangan
rq_uuid 64 Ya Request identifier. Unique id to identify this message with other messages
rq_datetime 19 Ya Date and time on the Espay application server when the message was sent
user_id 64 Ya email registered in SIJITu
data file Ya name search results with CSV files




Request

POST /client path HTTP/1.1 Content-Length: 240 Host: client domain Accept: */* Content-Type: multipart/form-data rq_uuid=ABCTEST123SIJITUCEKBALANCE010100019PROD01&rq_datetime=2020-11-26 16:15:45&user_id=test@gmail.com&data=[berisi file csv]