SDK 指南 › Integration › API Reference List › Translation Script Objects › Tools › Contract Party Methods › GetContractPartyDetails
GetContractPartyDetails
Description
This method returns a map with the contract party details.
Syntax
GetContractPartyDetails (ContractPartyName)
Parameters
|
Name
|
Type
|
Description
|
|
ContractPartyName
|
string
|
The name of the contract party.
|
Return Value
A map containing the following entries:
- ContractPartyName
- ContractPartyDescription
- ContractPartyType
- ContractPartyRegistrationDate
- ContractPartyAddress
- ContractPartyCountry
- ContractPartyState
- ContractPartyStateZipcode
- ContractPartyContact
- ContractPartyPhoneNumber1
- ContractPartyPhoneNumber2
- ContractPartyFaxNumber
- ContractPartyMailAddress
- ContractPartyNotes
- ContractPartyClass
- ContractPartySeats
- ContractPartyGroups – Map of contract party groups.
- UserGroups – Map of users and user groups.
Remarks
Each entry in the ContractPartyGroups map contains the contract party group name in the key and in the value.
Each entry in the UserGroups map contains the user group name in the key and in the value.