IEditSessionChangeClientOrganizationDetailsInfo Method |
Changes organization details information of client.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid ChangeClientOrganizationDetailsInfo(
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,
IClientStub client
)
Parameters
- 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
- client IClientStub
- Changing client.
See Also