OperationServiceExtensionsChangeClientOrganizationDetailsInfo Method |
Changes organization details information of client.
Namespace:
Resto.Front.Api.Extensions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public static void ChangeClientOrganizationDetailsInfo(
this IOperationService operationService,
string name,
string code,
string accountingReasonCode,
string address,
string counteragentRecipientCode,
string publicOrganizationProjectCode,
string publicOrganizationTenderCode,
string fullAddressPostCode,
string fullAddressCountry,
string fullAddressRegion,
string fullAddressCity,
string fullAddressStreet,
string fullAddressHouse,
IClient client,
ICredentials credentials
)
Parameters
- operationService
- Type: Resto.Front.ApiIOperationService
Operation service. - name
- Type: SystemString
Client's organization name - code
- Type: SystemString
Client's organization code - accountingReasonCode
- Type: SystemString
Client's organization accounting reason code - address
- Type: SystemString
Client's organization address - counteragentRecipientCode
- Type: SystemString
Client's organization recipient code - publicOrganizationProjectCode
- Type: SystemString
Client's public organization unique project code - publicOrganizationTenderCode
- Type: SystemString
Client's public organization tender identification code - fullAddressPostCode
- Type: SystemString
Client's organization full address post code - fullAddressCountry
- Type: SystemString
Client's organization full address country - fullAddressRegion
- Type: SystemString
Client's organization full address region - fullAddressCity
- Type: SystemString
Client's organization full address city - fullAddressStreet
- Type: SystemString
Client's organization full address street - fullAddressHouse
- Type: SystemString
Client's organization full address house - client
- Type: Resto.Front.Api.Data.BrdIClient
Changing client. - credentials
- Type: Resto.Front.Api.Data.SecurityICredentials
Credentials of the user. Required to pass permission and some other checks, as well as execute personalized operations.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IOperationService. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also