OperationServiceExtensionsChangeClientOrganizationDetailsInfo Method |
Changes organization details information of client.
Namespace: Resto.Front.Api.ExtensionsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic 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,
string financiallyResponsiblePerson,
IClient client,
ICredentials credentials
)
Parameters
- operationService IOperationService
- Operation service.
- name String
- Client's organization name
- code String
- Client's organization code
- accountingReasonCode String
- Client's organization accounting reason code
- address String
- Client's organization address
- counteragentRecipientCode String
- Client's organization recipient code
- publicOrganizationProjectCode String
- Client's public organization unique project code
- publicOrganizationTenderCode String
- Client's public organization tender identification code
- fullAddressPostCode String
- Client's organization full address post code
- fullAddressCountry String
- Client's organization full address country
- fullAddressRegion String
- Client's organization full address region
- fullAddressCity String
- Client's organization full address city
- fullAddressStreet String
- Client's organization full address street
- fullAddressHouse String
- Client's organization full address house
- financiallyResponsiblePerson String
- Client's organization materially responsible person
- client IClient
- Changing client.
- credentials ICredentials
- 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