Cultural Report
Requirements
A URL endpoint where we will POST the data:
POST http://www.example.com/cultural
Once a URL is provided to use, we will send the data over. The data is updated each time it is changing.
Format
The data is json encoded.
Fields
country: string, uppercase, country iso code 2 letters
risk_level: integer - 1 to 5 (Low, Moderate, Medium, High, Extreme)
client_id: integer
cultural: array of report chapters
---- title: string
---- text: string
---- risk_level: integer, from 1 to 5 (optional)