GET api/company/subscription-agreement
This method will retrieve company's latest service agreement
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Instance of
PtdServiceAgreementName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Slug | string |
None. |
|
Title | string |
None. |
|
Legal | string |
None. |
|
PageContent | string |
None. |
|
EffectiveDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "slug": "sample string 2", "title": "sample string 3", "legal": "sample string 4", "pageContent": "sample string 5", "effectiveDate": "2025-05-20T17:04:39.7156559-05:00" }
text/html
Sample:
{"id":1,"slug":"sample string 2","title":"sample string 3","legal":"sample string 4","pageContent":"sample string 5","effectiveDate":"2025-05-20T17:04:39.7156559-05:00"}
application/xml, text/xml
Sample:
<PtdServiceAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <EffectiveDate>2025-05-20T17:04:39.7156559-05:00</EffectiveDate> <Legal>sample string 4</Legal> <PageContent>sample string 5</PageContent> <Slug>sample string 2</Slug> <Title>sample string 3</Title> </PtdServiceAgreement>