Remove (Update) Partner Company Shell Membership

PUT http://<environment url>/ws/rest/service/v1/admin/company/shell/member/remove

URL: <unifier_url>/ws/rest/service/v1/admin/company/shell/member/remove

Purpose

Remove partner company from shell based on information provided.

Request Format

Company information in JSON format.

Sample Request

To add member company to a shell:

{

"shortname":"partner01",

"shellnumber":"7896"

}

Response Format

Return data will be status and message.

Validations

Status Condition Message
200 Success The member company {name} has been removed from the shell {name}
902 Partner company specified does not exist as shortname specified is not matching. The partner company does not exist.
602 When shell number is invalid or does not exist. The shell number is invalid/does not exist.
913 When shell number specified is for inactive shell. The shell specified is inactive.
500 Server Error. Server Error, contact the system administrator.
5555 One or more records contain errors. The partner company does not exist.