POST api/PBXMLSFUserLicenses/AddPBXMLSFUserLicense

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPBXMLSFUserLicense
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Cccd": "sample string 1",
  "SFUserLicenseID": 2,
  "CreatedDate": "2024-11-23T18:36:37.2859239+05:30",
  "Id": "sample string 4",
  "LastModifiedDate": "2024-11-23T18:36:37.2869231+05:30",
  "LicenseDefinitionKey": "sample string 6",
  "MasterLabel": "sample string 7",
  "MonthlyLoginsEntitlement": 8,
  "MonthlyLoginsUsed": 9,
  "Name": "sample string 10",
  "Status": "sample string 11",
  "SystemModstamp": "2024-11-23T18:36:37.2879271+05:30",
  "TotalLicenses": 13,
  "UsedLicenses": 14,
  "UsedLicensesLastUpdated": "2024-11-23T18:36:37.2889227+05:30",
  "XMLVAR": "sample string 16",
  "SFXMLVAR": "sample string 17"
}

text/html

Sample:
{"Cccd":"sample string 1","SFUserLicenseID":2,"CreatedDate":"2024-11-23T18:36:37.2859239+05:30","Id":"sample string 4","LastModifiedDate":"2024-11-23T18:36:37.2869231+05:30","LicenseDefinitionKey":"sample string 6","MasterLabel":"sample string 7","MonthlyLoginsEntitlement":8,"MonthlyLoginsUsed":9,"Name":"sample string 10","Status":"sample string 11","SystemModstamp":"2024-11-23T18:36:37.2879271+05:30","TotalLicenses":13,"UsedLicenses":14,"UsedLicensesLastUpdated":"2024-11-23T18:36:37.2889227+05:30","XMLVAR":"sample string 16","SFXMLVAR":"sample string 17"}

application/xml, text/xml

Sample:
<PBXMLSFUserLicense xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <Cccd>sample string 1</Cccd>
  <CreatedDate>2024-11-23T18:36:37.2859239+05:30</CreatedDate>
  <Id>sample string 4</Id>
  <LastModifiedDate>2024-11-23T18:36:37.2869231+05:30</LastModifiedDate>
  <LicenseDefinitionKey>sample string 6</LicenseDefinitionKey>
  <MasterLabel>sample string 7</MasterLabel>
  <MonthlyLoginsEntitlement>8</MonthlyLoginsEntitlement>
  <MonthlyLoginsUsed>9</MonthlyLoginsUsed>
  <Name>sample string 10</Name>
  <SFUserLicenseID>2</SFUserLicenseID>
  <SFXMLVAR>sample string 17</SFXMLVAR>
  <Status>sample string 11</Status>
  <SystemModstamp>2024-11-23T18:36:37.2879271+05:30</SystemModstamp>
  <TotalLicenses>13</TotalLicenses>
  <UsedLicenses>14</UsedLicenses>
  <UsedLicensesLastUpdated>2024-11-23T18:36:37.2889227+05:30</UsedLicensesLastUpdated>
  <XMLVAR>sample string 16</XMLVAR>
</PBXMLSFUserLicense>

application/x-www-form-urlencoded

Sample:

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorMessage": "sample string 2"
}

text/html

Sample:
{"Status":true,"ErrorMessage":"sample string 2"}

application/xml, text/xml

Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Status>true</Status>
</StatusResponse>