Table of Contents |
---|
...
Code Block |
---|
curl --connect-timeout 60 --max-time 300 "https://boxalino-di-stage-krceabfwya-ew.a.run.app/load" \
-X POST \
-H "Content-Type: application/json" \
-H "client: <account>" \
-H "dev: true|false" \
-H "tm: YYYYmmddHHiiss" \
-H "type: product|content|order|user|communication_history|communication_planning|user_generated_content" \
-H "mode: F|D|I" \
-H "chunk: <batch nr>" \
-H "doc: product|language|attribute_value|attribute|order|user|communication_history|communication_planning|user_generated_content" \
-d "<JSONL>" \
-H "Authorization: Basic <encode of the account>" |
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
The use of the header |
...