POST api/PBXMLSFUserProfile/AddPBXMLSFUserProfile
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objPBXMLSFUserProfile | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CCCD": "sample string 1",
"SFUserProfileID": 2,
"CreatedById": "sample string 3",
"CreatedDate": "2025-11-05T00:03:24.4632792+05:30",
"Description": "sample string 5",
"Id": "sample string 6",
"LastModifiedById": "sample string 7",
"LastModifiedDate": "2025-11-05T00:03:24.4632792+05:30",
"LastReferencedDate": "2025-11-05T00:03:24.4632792+05:30",
"LastViewedDate": "2025-11-05T00:03:24.4632792+05:30",
"Name": "sample string 11",
"SystemModstamp": "2025-11-05T00:03:24.4632792+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":"2025-11-05T00:03:24.4632792+05:30","Description":"sample string 5","Id":"sample string 6","LastModifiedById":"sample string 7","LastModifiedDate":"2025-11-05T00:03:24.4632792+05:30","LastReferencedDate":"2025-11-05T00:03:24.4632792+05:30","LastViewedDate":"2025-11-05T00:03:24.4632792+05:30","Name":"sample string 11","SystemModstamp":"2025-11-05T00:03:24.4632792+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>2025-11-05T00:03:24.4632792+05:30</CreatedDate> <Description>sample string 5</Description> <Id>sample string 6</Id> <LastModifiedById>sample string 7</LastModifiedById> <LastModifiedDate>2025-11-05T00:03:24.4632792+05:30</LastModifiedDate> <LastReferencedDate>2025-11-05T00:03:24.4632792+05:30</LastReferencedDate> <LastViewedDate>2025-11-05T00:03:24.4632792+05:30</LastViewedDate> <Name>sample string 11</Name> <SFUserProfileID>2</SFUserProfileID> <SystemModstamp>2025-11-05T00:03:24.4632792+05:30</SystemModstamp> <UserLicenseId>sample string 13</UserLicenseId> <UserType>sample string 14</UserType> <XMLVAR>sample string 15</XMLVAR> </PBXMLSFUserProfile>
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>