POST api/PBXMLSFUserRole/EditPBXMLSFUserRole
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
objPBXMLSFUserRole | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Cccd": "sample string 1", "SFUserRoleID": 2, "CaseAccessForAccountOwner": "sample string 3", "ContactAccessForAccountOwner": "sample string 4", "DeveloperName": "sample string 5", "ForecastUserId": "sample string 6", "Id": "sample string 7", "LastModifiedById": "sample string 8", "LastModifiedDate": "2024-11-23T18:48:52.9153424+05:30", "MayForecastManagerShare": "sample string 10", "Name": "sample string 11", "OpportunityAccessForAccountOwner": "sample string 12", "ParentRoleId": "sample string 13", "PortalAccountId": "sample string 14", "PortalAccountOwnerId": "sample string 15", "PortalType": "sample string 16", "RollupDescription": "sample string 17", "SystemModstamp": "2024-11-23T18:48:52.9153424+05:30", "XMLVAR": "sample string 19", "SFXMLVAR": "sample string 20" }
text/html
Sample:
{"Cccd":"sample string 1","SFUserRoleID":2,"CaseAccessForAccountOwner":"sample string 3","ContactAccessForAccountOwner":"sample string 4","DeveloperName":"sample string 5","ForecastUserId":"sample string 6","Id":"sample string 7","LastModifiedById":"sample string 8","LastModifiedDate":"2024-11-23T18:48:52.9153424+05:30","MayForecastManagerShare":"sample string 10","Name":"sample string 11","OpportunityAccessForAccountOwner":"sample string 12","ParentRoleId":"sample string 13","PortalAccountId":"sample string 14","PortalAccountOwnerId":"sample string 15","PortalType":"sample string 16","RollupDescription":"sample string 17","SystemModstamp":"2024-11-23T18:48:52.9153424+05:30","XMLVAR":"sample string 19","SFXMLVAR":"sample string 20"}
application/xml, text/xml
Sample:
<PBXMLSFUserRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <CaseAccessForAccountOwner>sample string 3</CaseAccessForAccountOwner> <Cccd>sample string 1</Cccd> <ContactAccessForAccountOwner>sample string 4</ContactAccessForAccountOwner> <DeveloperName>sample string 5</DeveloperName> <ForecastUserId>sample string 6</ForecastUserId> <Id>sample string 7</Id> <LastModifiedById>sample string 8</LastModifiedById> <LastModifiedDate>2024-11-23T18:48:52.9153424+05:30</LastModifiedDate> <MayForecastManagerShare>sample string 10</MayForecastManagerShare> <Name>sample string 11</Name> <OpportunityAccessForAccountOwner>sample string 12</OpportunityAccessForAccountOwner> <ParentRoleId>sample string 13</ParentRoleId> <PortalAccountId>sample string 14</PortalAccountId> <PortalAccountOwnerId>sample string 15</PortalAccountOwnerId> <PortalType>sample string 16</PortalType> <RollupDescription>sample string 17</RollupDescription> <SFUserRoleID>2</SFUserRoleID> <SFXMLVAR>sample string 20</SFXMLVAR> <SystemModstamp>2024-11-23T18:48:52.9153424+05:30</SystemModstamp> <XMLVAR>sample string 19</XMLVAR> </PBXMLSFUserRole>
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>