GET api/extranet/TermsAndPolicies/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ITermsAndPolicies
NameDescriptionTypeAdditional information
ID

integer

None.

LocaleID

integer

None.

Description

string

None.

DocumentURL

string

None.

URLLabel

string

None.

DocumentText

string

None.

AreaID

integer

None.

IsActive

boolean

None.

Country

string

None.

ValidationMessage

string

None.

ProvisionalDate

date

None.

AgreedTo

boolean

None.

Version

string

None.

ArchivedBy

string

None.

DateArchived

date

None.

VersionReason

string

None.

IsArchivedForNewVersion

boolean

None.

IsForceNewAgreement

boolean

None.

InventoryCollectionTypeID

integer

None.

Response Formats

application/xml, text/xml

Sample:
<TermsAndPolicies>
  <ID>0</ID>
  <LocaleID>0</LocaleID>
  <Description />
  <DocumentURL />
  <URLLabel />
  <DocumentText />
  <AreaID>0</AreaID>
  <IsActive>False</IsActive>
  <Country />
  <ValidationMessage />
  <ProvisionalDate>01/01/0001 00:00:00</ProvisionalDate>
  <AgreedTo>False</AgreedTo>
  <Version />
  <ArchivedBy />
  <DateArchived>01/01/0001 00:00:00</DateArchived>
  <VersionReason />
  <IsArchivedForNewVersion>False</IsArchivedForNewVersion>
  <IsForceNewAgreement>False</IsForceNewAgreement>
  <InventoryCollectionTypeID>0</InventoryCollectionTypeID>
  <CreatedBy />
  <DateCreated>01/01/0001 00:00:00</DateCreated>
  <LastModifiedBy />
  <DateLastModified />
</TermsAndPolicies>

application/json, text/json

Sample:
{
  "ID": 0,
  "LocaleID": 0,
  "AreaID": 0,
  "IsActive": false,
  "ProvisionalDate": "0001-01-01T00:00:00",
  "AgreedTo": false,
  "DateArchived": "0001-01-01T00:00:00",
  "IsArchivedForNewVersion": false,
  "IsForceNewAgreement": false,
  "InventoryCollectionTypeID": 0,
  "DateCreated": "0001-01-01T00:00:00"
}