POST Application/PostCompanyRoles

Request Information

URI Parameters

None.

Body Parameters

CompanyRole
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

RoleID

globally unique identifier

Required

SecurityGroupID

globally unique identifier

Required

WorkflowID

globally unique identifier

Required

Name

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "002ec8b3-d6e7-4e34-a3c4-fb907fd7cea5",
  "RoleID": "fd031bb9-a0e7-4cfd-beaf-e970745553bb",
  "SecurityGroupID": "56c9b1bb-2350-43ed-88f0-785e120a7ecc",
  "WorkflowID": "c4f92034-e142-4e1a-bb95-a21defe2a0fa",
  "Name": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.