PUT
/
api
/
v1
/
groups
/
{group_id}
/
{version}
curl --request PUT \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/{version} \
  --header 'Content-Type: application/json' \
  --data '{
  "dba_name": "Test Corporation",
  "federal_ein": "221111111"
}'
{
  "created": 1557512389,
  "dba_name": "Test Corporation",
  "federal_ein": "221111111",
  "id": "2613a221-d3c8-4c8a-86d5-e7e885fd1da9",
  "modified": 1543215342,
  "name": "Test Company",
  "organization_id": "d61fa455-adf4-4dc4-8c57-6d779ba9475e",
  "sic_code": "7371",
  "version": "097abf09-336a-4ea1-95d5-633107feb562"
}

Path Parameters

group_id
string
required

The unique identifier of the group to be edited

Example:

"2613a221-d3c8-4c8a-86d5-e7e885fd1da9"

version
string
required

Unique version of the group you want to edit

Example:

"6b72d72d-cc99-4df6-8152-7183e824c80c"

Body

application/json

Response

200 - application/json
Successful Response - Returns the modified Group

The response is of type object.