put https://api.riskline.com/v2/receipts/ptas
For PTA service.
Responses
For PTA service.
xxxxxxxxxx
13curl --request PUT \
--url https://api.riskline.com/v2/receipts/ptas \
--header 'Authorization: Bearer xxx' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"receipt": {
"iso_code": "us",
"language": "fr"
}
}
'