GET api/extranet/TermsAndPolicies/GetLogging?repDID={repDID}&customerDID={customerDID}&startDate={startDate}&endDate={endDate}&termsAndPoliciesId={termsAndPoliciesId}
Returns the latest agreement log per Rep/Customer. Requires at least one filter: repDID, customerDID, termsAndPoliciesId, or both startDate and endDate (max 1-day range). startDate/endDate must be in yyyy-MM-dd format; they are treated as UTC day boundaries.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID | string |
None. |
|
| customerDID | string |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
|
| termsAndPoliciesId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.