GET me-eo/agreement?ClientId={ClientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| ByLawAgreement | string |
None. |
|
| AgreementInitials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ByLawAgreement": "sample string 1",
"AgreementInitials": "sample string 2"
}
application/xml, text/xml
Sample:
<AgreementResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ByLawAgreement>sample string 1</ByLawAgreement> <AgreementInitials>sample string 2</AgreementInitials> </AgreementResult>