The Fluid APIs provides a comprehensive set of APIs designed to integrate Fluid's powerful services into your applications seamlessly. This bundle offers robust functionality for enhancing messaging solutions, streamlining data management, and improving customer interactions. With detailed documentation, secure authentication, and flexible integration options, the Fluid Public API Bundle is engineered to help you leverage our services efficiently and effectively, unlocking new potentials and achieving greater connectivity within your systems.
Carts api that can be used for api call by webhooks of external applications or admins.
Operations
CatchUps
Catchup is a unique feature in our mobile app designed to keep you informed about everything you might have missed while you were away. From unread messages to visitor activities, it ensures you stay up-to-date with all the important details.
Operations
Categories
Categories
Operations
Collections
Products can be organized under a collection or multiple collections.
Operations
Contacts
Manage contacts
Operations
Conversations
Conversations within Fluid's platform serve as the central hub where users, contacts and/or automated agents (such as Response Bots and Broadcast Bots) come together to exchange messages. Each conversation can include multiple participants, ranging from individual users to bots designed to provide interactive support or broadcast important updates. With a flexible architecture, Conversations allow for rich interactions, whether it’s real-time messaging, automated responses, or large-scale broadcasts.
The structure supports seamless communication, enabling participants to share information effectively while allowing developers to build and extend features like bots that can respond, broadcast, or even act as virtual assistants within any conversation.
Operations
Custom Pages
Create and manage custom pages within the application. Custom pages allow you to build unique, branded experiences and content areas tailored to your needs.
Operations
Events
Manage and track system events that occur within the application. Events provide a way to monitor and respond to various activities and state changes.
Operations
Libraries
Manage reusable components and resources that can be shared across your application. Libraries help maintain consistency and reduce duplication in your implementation.
Operations
Media
Handle media assets such as images, videos, and documents that are used throughout the application. Includes functionality for upload, storage, and delivery of media content.
Operations
Messages
Messages are the core units of communication within Fluid’s platform, facilitating interactions between participants in a conversation. Each message can originate from either a user or a contact or an automated bot, allowing for dynamic exchanges ranging from simple text messages to more complex data payloads.
Messages support various use cases, whether it's delivering personalized responses via Response Bots, broadcasting announcements from Broadcast Bots, or regular user-to-user communication. The flexible structure of messages ensures that they can be tailored to suit different needs, providing a robust foundation for real-time interaction, automation, and seamless integration within the broader conversation framework.
Operations
Orders
Manage company orders using API endpoints.
Operations
Points
Manage points
Operations
ProductRedirects
Handle product URL redirects to maintain SEO value and ensure proper routing when product URLs change or products are moved within your catalog.
Operations
Products
Product API that can be used by external applications or admins.
Operations
Recipients
Manage Users for the company. Using this api you can list, create, update and delete the users for the company.
Operations
Social Media
Social Media is used to store the username for the companies various social media accounts.
Tiles
Tiles are a crucial feature in our admin portal, designed to facilitate Single Sign On (SSO) flows for users within the app. Each Tile represents a redirecting button within the user's app that links to a specific URL, with the addition of a temporary authorization token (auth_token) as a parameter.
Here's how the process works:
In the admin portal, a new Tile is created. Each Tile is essentially a shortcut to a specific URL, such as https://www.example.com.
The Tile appears in the user's app interface as a button, featuring a representative image. This makes it easy for users to identify and access.
When an authorized User clicks on the Tile in app, an authorization token (auth_token) is generated and appended to the URL as a parameter. For example, https://www.example.com?auth_token=ABC123.
When the user clicks on the Tile (button), they are automatically redirected to the URL embedded in the Tile, carrying the auth_token along.
The user's browser then visits the URL, and the auth_token is passed to the link.
The User Show API endpoint accepts the auth_token to fetch the user's details. This data can be utilized to automatically sign the user into their account, eliminating the need for manual login. Alternatively, it can be used to generate an app-in-an-app experience where the user navigates within a portion of your app as an authenticated user.
This Tile functionality streamlines the user experience, granting a smoother navigation process and easing user access with a Single Sign On (SSO) flow.
Note: auth_token expires after 30 minutes.
Operations
Users
Manage Users for the company. Using this api you can list, create, update and delete the users for the company.
Operations
Variants
Manage product variants including different sizes, colors, or other attributes that define unique versions of a product.
Operations
Webhooks
Webhook Events are generated by some Fluid resources when certain actions are completed, such as the creation of an order, abandonment of cart, or the deactivation of an user. By requesting events, your app can know when certain actions have occurred in the fluid.
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/contact_created
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/contact_created
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/contact_created
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/contact_created
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 143
namestringrequired
Example: "contact_created"
payloadobject(Payload2)required
Example: {"contact":{"id":25,"ip":null,"city":null,"email":"aaram@gmail.com","hours":null,"phone":null,"state":null,"token":"UbeDjowurUaFa5E9qgoaST6h","email2":null,"income":null,"invest":null,"phone2":null,"reason":null,"status":"new","address":null,"address2":null,"interest":null,"phone_id":null,"best_time":null,"full_name":"Rameshwor","last_name":"","lead_type":"Popup","time_zone":null,"activities":[{"id":15,"title":"New Contact from Popup","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-28T04:18:57.808Z","description":"POPPY","relation_type":"Contact"}],"avatar_url":null,"country_id":null,"first_name":"Rameshwor","language_id":null,"postal_code":null,"requested_at":null}}
payload.contactobject(Contact5)required
Example: {"id":25,"ip":null,"city":null,"email":"aaram@gmail.com","hours":null,"phone":null,"state":null,"token":"UbeDjowurUaFa5E9qgoaST6h","email2":null,"income":null,"invest":null,"phone2":null,"reason":null,"status":"new","address":null,"address2":null,"interest":null,"phone_id":null,"best_time":null,"full_name":"Rameshwor","last_name":"","lead_type":"Popup","time_zone":null,"activities":[{"id":15,"title":"New Contact from Popup","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-28T04:18:57.808Z","description":"POPPY","relation_type":"Contact"}],"avatar_url":null,"country_id":null,"first_name":"Rameshwor","language_id":null,"postal_code":null,"requested_at":null}
payload.contact.idinteger(int32)required
Example: 25
payload.contact.ipstringrequired
payload.contact.citystringrequired
payload.contact.emailstringrequired
Example: "aaram@gmail.com"
payload.contact.hoursstringrequired
payload.contact.phonestringrequired
payload.contact.statestringrequired
payload.contact.tokenstringrequired
Example: "UbeDjowurUaFa5E9qgoaST6h"
payload.contact.email2stringrequired
payload.contact.incomestringrequired
payload.contact.investstringrequired
payload.contact.phone2stringrequired
payload.contact.reasonstringrequired
payload.contact.statusstringrequired
Example: "new"
payload.contact.addressstringrequired
payload.contact.address2stringrequired
payload.contact.intereststringrequired
payload.contact.phone_idstringrequired
payload.contact.best_timestringrequired
payload.contact.full_namestringrequired
Example: "Rameshwor"
payload.contact.last_namestringrequired
payload.contact.lead_typestringrequired
Example: "Popup"
payload.contact.time_zonestringrequired
payload.contact.activitiesArray of objects(Activity1)required
Example: [{"id":15,"title":"New Contact from Popup","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-28T04:18:57.808Z","description":"POPPY","relation_type":"Contact"}]
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/contact_updated
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/contact_updated
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/contact_updated
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/contact_updated
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 30
namestringrequired
Example: "contact_updated"
payloadobject(Payload3)required
Example: {"contact":{"id":20,"ip":null,"city":null,"email":"amir@danpheit.com","hours":null,"phone":null,"state":null,"token":"qgUpmwfwPpCiVmrQTnw6DZQR","email2":null,"income":null,"invest":null,"phone2":null,"reason":null,"status":"new","address":null,"address2":null,"interest":null,"phone_id":null,"best_time":null,"full_name":"amir@danpheit.com","last_name":null,"lead_type":null,"time_zone":null,"activities":[{"id":7,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:49.185Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"},{"id":6,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:10.350Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"}],"avatar_url":null,"country_id":null,"first_name":null,"language_id":null,"postal_code":null,"requested_at":null}}
payload.contactobject(Contact6)required
Example: {"id":20,"ip":null,"city":null,"email":"amir@danpheit.com","hours":null,"phone":null,"state":null,"token":"qgUpmwfwPpCiVmrQTnw6DZQR","email2":null,"income":null,"invest":null,"phone2":null,"reason":null,"status":"new","address":null,"address2":null,"interest":null,"phone_id":null,"best_time":null,"full_name":"amir@danpheit.com","last_name":null,"lead_type":null,"time_zone":null,"activities":[{"id":7,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:49.185Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"},{"id":6,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:10.350Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"}],"avatar_url":null,"country_id":null,"first_name":null,"language_id":null,"postal_code":null,"requested_at":null}
payload.contact.idinteger(int32)required
Example: 20
payload.contact.ipstringrequired
payload.contact.citystringrequired
payload.contact.emailstringrequired
Example: "amir@danpheit.com"
payload.contact.hoursstringrequired
payload.contact.phonestringrequired
payload.contact.statestringrequired
payload.contact.tokenstringrequired
Example: "qgUpmwfwPpCiVmrQTnw6DZQR"
payload.contact.email2stringrequired
payload.contact.incomestringrequired
payload.contact.investstringrequired
payload.contact.phone2stringrequired
payload.contact.reasonstringrequired
payload.contact.statusstringrequired
Example: "new"
payload.contact.addressstringrequired
payload.contact.address2stringrequired
payload.contact.intereststringrequired
payload.contact.phone_idstringrequired
payload.contact.best_timestringrequired
payload.contact.full_namestringrequired
Example: "amir@danpheit.com"
payload.contact.last_namestringrequired
payload.contact.lead_typestringrequired
payload.contact.time_zonestringrequired
payload.contact.activitiesArray of objects(Activity1)required
Example: [{"id":7,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:49.185Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"},{"id":6,"title":"A customer with the email address amir@danpheit.com has added items to their cart","read_at":null,"user_id":5,"company_id":980190962,"created_at":"2023-12-26T08:36:10.350Z","description":"Products in the cart:<br><a href = 'http://fluid.lvh.me:3000/32c44e/shop/aerodynamic-aluminum-bag9'>Aerodynamic Aluminum </a>","relation_type":"Cart"}]
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_created
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/event_created
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/event_created
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_created
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 145
namestringrequired
Example: "event_created"
payloadobject(Payload4)required
Example: {"event":{"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}}
payload.eventobject(Event)required
Example: {"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_deleted
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/event_deleted
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/event_deleted
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_deleted
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 149
namestringrequired
Example: "event_deleted"
payloadobject(Payload4)required
Example: {"event":{"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}}
payload.eventobject(Event)required
Example: {"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_updated
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/event_updated
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/event_updated
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/event_updated
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 147
namestringrequired
Example: "event_updated"
payloadobject(Payload4)required
Example: {"event":{"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}}
payload.eventobject(Event)required
Example: {"id":1,"end":"2024-01-01T12:20:00.000Z","url":"www.fluid.app","alert":true,"color":"#EF1A65","start":"2024-01-01T11:50:00.000Z","title":"Happy New Year","active":true,"time_zone":"-12","description":{"id":132,"body":"<div>Wishing everyone on Fluid a Happy New Year</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:35:43.198Z","updated_at":"2023-12-28T04:35:43.198Z","record_type":"Event"}}
payload.order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
Mock server https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/popup_submitted
Production server with company subdomain https://myco.fluid.app/api/company/webhooks/events/popup_submitted
Local development server http://fluid.lvh.me:3000/api/company/webhooks/events/popup_submitted
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl-i-X GET \
https://docs.fluid.app/_mock/docs/apis/fluid.api/company/webhooks/events/popup_submitted
Responses
OK
Headers
Content-Typestring
The content type of the response
Example: "application/json"
Content-Lengthstring
The length of the response content in bytes
Example: "981"
X-Request-Idstring
A unique identifier for the request
Example: "b1b7bf86-146e-4c66-b4c6-ac6f0f9ddafa"
Bodyapplication/json; charset=utf-8
idinteger(int32)required
Example: 140
namestringrequired
Example: "popup_submitted"
payloadobject(Payload12)required
Example: {"popup":{"id":1,"event":"timer","title":"POPPY","active":true,"global":false,"header":null,"seconds":1,"image_url":"","followable":null,"popup_type":"modal","description":{"id":130,"body":"<div>THIS IS A POPUP</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:10:22.836Z","updated_at":"2023-12-28T04:10:22.836Z","record_type":"Popup"}}}
payload.popupobject(Popup)required
Example: {"id":1,"event":"timer","title":"POPPY","active":true,"global":false,"header":null,"seconds":1,"image_url":"","followable":null,"popup_type":"modal","description":{"id":130,"body":"<div>THIS IS A POPUP</div>","name":"description","record_id":1,"created_at":"2023-12-28T04:10:22.836Z","updated_at":"2023-12-28T04:10:22.836Z","record_type":"Popup"}}
payload.subsctiption_order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.subsctiption_order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
payload.subsctiption_order.items[].product.countriesArray of objects(Country7)required
Example: [{"id":214,"iso":"US","itn":false,"iso3":"USA","name":"United States","state":true,"active":true,"numcode":840,"address3":false,"iso_name":"UNITED STATES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"USD","currency_symbol":"$"},{"id":65,"iso":"FO","itn":false,"iso3":"FRO","name":"Faroe Islands","state":true,"active":true,"numcode":234,"address3":false,"iso_name":"FAROE ISLANDS","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"DKK","currency_symbol":"kr."},{"id":92,"iso":"IN","itn":false,"iso3":"IND","name":"India","state":true,"active":true,"numcode":356,"address3":false,"iso_name":"INDIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"INR","currency_symbol":"₹"},{"id":146,"iso":"NI","itn":false,"iso3":"NIC","name":"Nicaragua","state":true,"active":true,"numcode":558,"address3":false,"iso_name":"NICARAGUA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NIO","currency_symbol":"C$"},{"id":172,"iso":"LC","itn":false,"iso3":"LCA","name":"Saint Lucia","state":true,"active":true,"numcode":662,"address3":false,"iso_name":"SAINT LUCIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":66,"iso":"FJ","itn":false,"iso3":"FJI","name":"Fiji","state":true,"active":true,"numcode":242,"address3":false,"iso_name":"FIJI","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"FJD","currency_symbol":"$"},{"id":93,"iso":"ID","itn":false,"iso3":"IDN","name":"Indonesia","state":true,"active":true,"numcode":360,"address3":false,"iso_name":"INDONESIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IDR","currency_symbol":"Rp"},{"id":147,"iso":"NE","itn":false,"iso3":"NER","name":"Niger","state":true,"active":true,"numcode":562,"address3":false,"iso_name":"NIGER","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XOF","currency_symbol":"Fr"},{"id":67,"iso":"FI","itn":false,"iso3":"FIN","name":"Finland","state":true,"active":true,"numcode":246,"address3":false,"iso_name":"FINLAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":148,"iso":"NG","itn":false,"iso3":"NGA","name":"Nigeria","state":true,"active":true,"numcode":566,"address3":false,"iso_name":"NIGERIA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NGN","currency_symbol":"₦"},{"id":174,"iso":"VC","itn":false,"iso3":"VCT","name":"Saint Vincent and the Grenadines","state":true,"active":true,"numcode":670,"address3":false,"iso_name":"SAINT VINCENT AND THE GRENADINES","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XCD","currency_symbol":"$"},{"id":68,"iso":"FR","itn":false,"iso3":"FRA","name":"France","state":true,"active":true,"numcode":250,"address3":false,"iso_name":"FRANCE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":94,"iso":"IR","itn":false,"iso3":"IRN","name":"Iran, Islamic Republic of","state":true,"active":true,"numcode":364,"address3":false,"iso_name":"IRAN, ISLAMIC REPUBLIC OF","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IRR","currency_symbol":"﷼"},{"id":149,"iso":"NU","itn":false,"iso3":"NIU","name":"Niue","state":true,"active":true,"numcode":570,"address3":false,"iso_name":"NIUE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"NZD","currency_symbol":"$"},{"id":175,"iso":"WS","itn":false,"iso3":"WSM","name":"Samoa","state":true,"active":true,"numcode":882,"address3":false,"iso_name":"SAMOA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"WST","currency_symbol":"T"},{"id":69,"iso":"GF","itn":false,"iso3":"GUF","name":"French Guiana","state":true,"active":true,"numcode":254,"address3":false,"iso_name":"FRENCH GUIANA","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":95,"iso":"IQ","itn":false,"iso3":"IRQ","name":"Iraq","state":true,"active":true,"numcode":368,"address3":false,"iso_name":"IRAQ","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"IQD","currency_symbol":"ع.د"},{"id":176,"iso":"SM","itn":false,"iso3":"SMR","name":"San Marino","state":true,"active":true,"numcode":674,"address3":false,"iso_name":"SAN MARINO","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":96,"iso":"IE","itn":false,"iso3":"IRL","name":"Ireland","state":true,"active":true,"numcode":372,"address3":false,"iso_name":"IRELAND","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"},{"id":177,"iso":"ST","itn":false,"iso3":"STP","name":"Sao Tome and Principe","state":true,"active":true,"numcode":678,"address3":false,"iso_name":"SAO TOME AND PRINCIPE","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"STD","currency_symbol":"Db"},{"id":39,"iso":"TD","itn":false,"iso3":"TCD","name":"Chad","state":true,"active":true,"numcode":148,"address3":false,"iso_name":"CHAD","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"XAF","currency_symbol":"CFA"},{"id":173,"iso":"PM","itn":false,"iso3":"SPM","name":"Saint Pierre and Miquelon","state":true,"active":true,"numcode":666,"address3":false,"iso_name":"SAINT PIERRE AND MIQUELON","passport":false,"tax_rate":0,"delimiter":",","separator":".","currency_code":"EUR","currency_symbol":"€"}]
Social Media
Social Media is used to store the username for the companies various social media accounts.