SOAP API - deleteOrgEntityConfigAttributes
The table summarizes the SOAP API - deleteOrgEntityConfigAttributes.
Request | Uses the deleteOrgEntityConfigAttributes element (from the OrganisationalEntityConfigService schema) |
Parameter notes |
|
Response | Returns a deleteOrgEntityConfigAttributesResponse element (from the OrganisationalEntityConfigService schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:deleteOrgEntityConfigAttributes resource="931F96FA-EC57-43B5-AA61-613784B1BD10"> <attributeName>WorkItemAutoOpen</attributeName> </api:deleteOrgEntityConfigAttributes> </soapenv:Body> </soapenv:Envelope> |
Response:SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <deleteOrgEntityConfigAttributesResponse xmlns="http://api.brm.n2.tibco.com"> <success xmlns="">true</success> </deleteOrgEntityConfigAttributesResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.