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

NameDescriptionTypeAdditional information
repDID

string

None.

customerDID

string

None.

startDate

string

None.

endDate

string

None.

termsAndPoliciesId

integer

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.