POST api/MyPage/License?systemName={systemName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
systemName

string

Required

Body Parameters

MyPageLicenseInfo
NameDescriptionTypeAdditional information
userName

string

None.

signDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "signDate": "2025-11-29T15:07:55.8284239+01:00"
}

application/xml, text/xml

Sample:
<MyPageLicenseInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <userName>sample string 1</userName>
  <signDate>2025-11-29T15:07:55.8284239+01:00</signDate>
</MyPageLicenseInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.