MENU
    Remove Approval Role
    • 1 Minute to read
    • Dark
    • PDF

    Remove Approval Role

    • Dark
    • PDF

    Article summary

    Syntax

    PlanfulAPIStateFreeClient.localplanful.OperationResult RemoveApprovalRoleForBudgetEntity(string userLogin, string entityCode, string loginName, string password, string tenantCode)
    Shell

    Sample

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.Planful.com/API/SOAP/StateFree/Common/2009/03/19">
    <soapenv:Header/>
    	<soapenv:Body>
    		<ns:RemoveApprovalRoleForBudgetEntity>
    			<ns:userLogin>ababu@planful.com</ns:userLogin>
    			<ns:entityCode>Entity</ns:entityCode>
    			<ns:roleName>Budget Approver</ns:roleName>
    			<ns:loginName>anilvkbabu@planful.com</ns:loginName>
    			<ns:password>testUser123#</ns:password>
    			<ns:tenantCode>TESTCPMTENANTBASEQA</ns:tenantCode>
    		</ns:RemoveApprovalRoleForBudgetEntity>
    	</soapenv:Body>
    	</soapenv:Envelope>
    	<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    	<soap:Body>
    	<RemoveApprovalRoleForBudgetEntityResponse xmlns="http://www.Planful.com/API/SOAP/StateFree/Common/2009/03/19">
    		<RemoveApprovalRoleForBudgetEntityResult>
    		<Success>true</Success>
    		<message>Approval Role has been removed successfully.</message>
    	</RemoveApprovalRoleForBudgetEntityResult>
    	</RemoveApprovalRoleForBudgetEntityResponse>
    </soap:Body>
    </soap:Envelope>
    Shell

    Was this article helpful?