Deletes a Mandator from the System.
[Visual Basic] Public Sub DeleteMandator( _ ByVal Mandantor As Mandantor _ ) [C#] public void DeleteMandator( Mandantor Mandantor ); [C++] public: void DeleteMandator( Mandantor* Mandantor ); [JScript] public function DeleteMandator( Mandantor Mandantor );
Only works if Mandator has no Orders. Requires Authorization Context
Exception Type | Condition |
---|---|
InvalidOperationException | Indicates that Mandator has already recieved Orders |
InvalidCredentialException | Indicates that no Authorization Context was provided |
ShopManagement Class | ppm3dakClient.Shop Namespace | Mandantor | Orders