Update
Developing
POST
/api/v1/entity
entityowner
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/entity' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "odit beatae pariatur",
"status": "mollit exercitation officia tempor consequat",
"category": "dolor amet ut nulla",
"is_supplier": false,
"is_company": true,
"active": false,
"phones": [
"564-477-0038 x798",
"379.203.7253 x252"
],
"email": "Henderson.Breitenberg@gmail.com",
"web": "https://GiMcUqCWRFfqWmYheCYWGUTJoeyT.vmvuWXfUfF1TEIa4RHDuXkGZ5QZy9euYojYGWexoUXcZYp.z4HUICM9KKzf",
"legal_address ": {
"street": "987 Blick Mountains",
"state": "tempor ipsum nostrud",
"country": "Cyprus",
"city": "Blaine",
"postal_code": "laborum Ut esse"
},
"metadata": {}
}'
Response Response Example
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
}
Request
Body Params application/json