Create shield information barrier segment
POST https://{{api.box.com}}/2.0/shield_information_barrier_segments
Creates a shield information barrier segment.
https://developer.box.com/reference/post-shield-information-barrier-segments
Request Body
{"shield_information_barrier"=>{"id"=>"11446498", "type"=>"shield_information_barrier"}, "name"=>"Investment Banking", "description"=>"'Corporate division that engages in\n advisory_based financial\ntransactions on behalf of individuals,\ncorporations, and governments.'"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"11446498","type":"shield_information_barrier_segment","shield_information_barrier":{"id":"11446498","type":"shield_information_barrier"},"name":"Investment Banking","description":"'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'","created_at":"2020-06-26T18:44:45.869Z","created_by":{"id":"11446498","type":"user"},"updated_at":"2020-07-26T18:44:45.869Z","updated_by":{"id":"11446498","type":"user"}}