POST/coas
Body
View in API Reference
Request
$curl -X POST https://api.gappify.com/v1/coas \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '[
> {
> "source_system_id": "source_system_id",
> "coa_type": "coa_type",
> "name": "name",
> "inactive": true
> },
> {
> "source_system_id": "source_system_id",
> "coa_type": "coa_type",
> "name": "name",
> "inactive": true
> }
>]'
Response