Click or drag to resize

IEditSessionChangeClientOrganizationDetailsInfo Method

Changes organization details information of client.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeClientOrganizationDetailsInfo(
	string name,
	string code,
	string accountingReasonCode,
	string address,
	string counteragentRecipientCode,
	string fullAddressPostCode,
	string fullAddressCountry,
	string fullAddressRegion,
	string fullAddressCity,
	string fullAddressStreet,
	string fullAddressHouse,
	IClientStub client
)

Parameters

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
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.Editors.StubsIClientStub
Changing client.
See Also