{{baseUrl}}/request_batch

POST {{baseUrl}}/request_batch

Request Body

{"callback"=>{"url"=>"<uri>", "method"=>"<string>"}, "fiscal_codes"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;fiscal_codes&quot;:[&quot;AABCCDDDDD112222&quot;,&quot;AABCCDDDDD112224&quot;],&quot;status&quot;:&quot;pending&quot;,&quot;request_id&quot;:&quot;123123123123123&quot;,&quot;callback&quot;:{&quot;url&quot;:&quot;https://example.site/webhook&quot;,&quot;method&quot;:&quot;JSON&quot;}},&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}