POST api/EntreeAPI/PostEULA?tenantname={tenantname}&contextInfo={contextInfo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantname | string |
Required |
|
| contextInfo | string |
Required |
Body Parameters
EulaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| URL | string |
None. |
|
| CompanyName | string |
None. |
|
| User | string |
None. |
|
| Date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"URL": "sample string 1",
"CompanyName": "sample string 2",
"User": "sample string 3",
"Date": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.