POST api/CSK/deletesharedprofile
Request Information
URI Parameters
None.
Body Parameters
DeleteSharedProfilePacketName | Description | Type | Additional information |
---|---|---|---|
LeadNumber | integer |
None. |
|
Requestor | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "LeadNumber": 1, "Requestor": "sample string 2" }
application/xml, text/xml
Sample:
<DeleteSharedProfilePacket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMK.CSK.API.Models"> <Requestor>sample string 2</Requestor> <LeadNumber>1</LeadNumber> </DeleteSharedProfilePacket>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeleteSharedProfileResponseName | Description | Type | Additional information |
---|---|---|---|
LeadNumber | integer |
None. |
|
StatusCode | integer |
None. |
|
ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "LeadNumber": 1, "StatusCode": 2, "ErrorMessage": "sample string 3" }
application/xml, text/xml
Sample:
<DeleteSharedProfileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMK.CSK.API.Models"> <ErrorMessage>sample string 3</ErrorMessage> <StatusCode>2</StatusCode> <LeadNumber>1</LeadNumber> </DeleteSharedProfileResponse>