POST api/LumpSum_License

Request Information

URI Parameters

None.

Body Parameters

LumpSum_License
NameDescriptionTypeAdditional information
ProcessDate

date

None.

LicenseAmount

integer

None.

ChangeType

string

String length: inclusive between 0 and 30

ChangeReference

string

String length: inclusive between 0 and 30

LicensesIn

integer

None.

LicensesOut

integer

None.

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProcessDate": "2025-05-09T17:51:26.1944583+00:00",
  "LicenseAmount": 1,
  "ChangeType": "sample string 1",
  "ChangeReference": "sample string 2",
  "LicensesIn": 1,
  "LicensesOut": 1,
  "ID": 3
}

application/xml, text/xml

Sample:
<LumpSum_License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ChangeReference>sample string 2</ChangeReference>
  <ChangeType>sample string 1</ChangeType>
  <ID>3</ID>
  <LicenseAmount>1</LicenseAmount>
  <LicensesIn>1</LicensesIn>
  <LicensesOut>1</LicensesOut>
  <ProcessDate>2025-05-09T17:51:26.1944583+00:00</ProcessDate>
</LumpSum_License>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LumpSum_License
NameDescriptionTypeAdditional information
ProcessDate

date

None.

LicenseAmount

integer

None.

ChangeType

string

String length: inclusive between 0 and 30

ChangeReference

string

String length: inclusive between 0 and 30

LicensesIn

integer

None.

LicensesOut

integer

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ProcessDate": "2025-05-09T17:51:26.1944583+00:00",
  "LicenseAmount": 1,
  "ChangeType": "sample string 1",
  "ChangeReference": "sample string 2",
  "LicensesIn": 1,
  "LicensesOut": 1,
  "ID": 3
}

application/xml, text/xml

Sample:
<LumpSum_License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ChangeReference>sample string 2</ChangeReference>
  <ChangeType>sample string 1</ChangeType>
  <ID>3</ID>
  <LicenseAmount>1</LicenseAmount>
  <LicensesIn>1</LicensesIn>
  <LicensesOut>1</LicensesOut>
  <ProcessDate>2025-05-09T17:51:26.1944583+00:00</ProcessDate>
</LumpSum_License>