POST api/v1/TNC/UserTNCAcceptance

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

UserTNCAcceptance
NameDescriptionTypeAdditional information
UserID

string

None.

AppCode

string

None.

tenantSlugName

string

None.

TNCID

integer

None.

AcceptedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "AppCode": "sample string 2",
  "tenantSlugName": "sample string 3",
  "TNCID": 4,
  "AcceptedDate": "2024-09-09T15:33:45.330947Z"
}

text/html

Sample:
{"UserID":"sample string 1","AppCode":"sample string 2","tenantSlugName":"sample string 3","TNCID":4,"AcceptedDate":"2024-09-09T15:33:45.330947Z"}

text/xml

Sample:
<UserTNCAcceptance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models">
  <AcceptedDate>2024-09-09T15:33:45.330947Z</AcceptedDate>
  <AppCode>sample string 2</AppCode>
  <TNCID>4</TNCID>
  <UserID>sample string 1</UserID>
  <tenantSlugName>sample string 3</tenantSlugName>
</UserTNCAcceptance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>