curl --request POST \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/accounts \
--header 'Content-Type: application/json' \
--data '{
"externalId": "<string>",
"name": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
{
"country": "<string>",
"street": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
}
]
}'
{
"id": "<string>",
"externalId": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
"<any>"
],
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Create an account
curl --request POST \
--url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/accounts \
--header 'Content-Type: application/json' \
--data '{
"externalId": "<string>",
"name": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
{
"country": "<string>",
"street": "<string>",
"city": "<string>",
"state": "<string>",
"zip": "<string>"
}
]
}'
{
"id": "<string>",
"externalId": "<string>",
"latitude": 123,
"longitude": 123,
"addresses": [
"<any>"
],
"name": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
Create an account
The response is of type object
.