GET api/PBXMLSFUserProfile/GetPBXMLSFUserProfileById?Cccd={Cccd}&SFUserProfileID={SFUserProfileID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Cccd
No documentation available.

Define this parameter in the request URI.

SFUserProfileID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "CCCD": "sample string 1",
  "SFUserProfileID": 2,
  "CreatedById": "sample string 3",
  "CreatedDate": "2024-11-23T18:57:05.0981933+05:30",
  "Description": "sample string 5",
  "Id": "sample string 6",
  "LastModifiedById": "sample string 7",
  "LastModifiedDate": "2024-11-23T18:57:05.0981933+05:30",
  "LastReferencedDate": "2024-11-23T18:57:05.0981933+05:30",
  "LastViewedDate": "2024-11-23T18:57:05.0981933+05:30",
  "Name": "sample string 11",
  "SystemModstamp": "2024-11-23T18:57:05.0981933+05:30",
  "UserLicenseId": "sample string 13",
  "UserType": "sample string 14",
  "XMLVAR": "sample string 15"
}

text/html

Sample:
{"CCCD":"sample string 1","SFUserProfileID":2,"CreatedById":"sample string 3","CreatedDate":"2024-11-23T18:57:05.0981933+05:30","Description":"sample string 5","Id":"sample string 6","LastModifiedById":"sample string 7","LastModifiedDate":"2024-11-23T18:57:05.0981933+05:30","LastReferencedDate":"2024-11-23T18:57:05.0981933+05:30","LastViewedDate":"2024-11-23T18:57:05.0981933+05:30","Name":"sample string 11","SystemModstamp":"2024-11-23T18:57:05.0981933+05:30","UserLicenseId":"sample string 13","UserType":"sample string 14","XMLVAR":"sample string 15"}

application/xml, text/xml

Sample:
<PBXMLSFUserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <CCCD>sample string 1</CCCD>
  <CreatedById>sample string 3</CreatedById>
  <CreatedDate>2024-11-23T18:57:05.0981933+05:30</CreatedDate>
  <Description>sample string 5</Description>
  <Id>sample string 6</Id>
  <LastModifiedById>sample string 7</LastModifiedById>
  <LastModifiedDate>2024-11-23T18:57:05.0981933+05:30</LastModifiedDate>
  <LastReferencedDate>2024-11-23T18:57:05.0981933+05:30</LastReferencedDate>
  <LastViewedDate>2024-11-23T18:57:05.0981933+05:30</LastViewedDate>
  <Name>sample string 11</Name>
  <SFUserProfileID>2</SFUserProfileID>
  <SystemModstamp>2024-11-23T18:57:05.0981933+05:30</SystemModstamp>
  <UserLicenseId>sample string 13</UserLicenseId>
  <UserType>sample string 14</UserType>
  <XMLVAR>sample string 15</XMLVAR>
</PBXMLSFUserProfile>