POST api/Khadi/Signudeletepdata

Request Information

URI Parameters

None.

Body Parameters

SignupdeletadataRequsetEntity
NameDescriptionTypeAdditional information
MobileNO

string

None.

ProcId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNO": "sample string 1",
  "ProcId": 2
}

application/xml, text/xml

Sample:
<SignupdeletadataRequsetEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDBAPI.Models">
  <MobileNO>sample string 1</MobileNO>
  <ProcId>2</ProcId>
</SignupdeletadataRequsetEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SignupdeletedataResponeseEntity
NameDescriptionTypeAdditional information
respCode

string

None.

respMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "respCode": "sample string 1",
  "respMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<SignupdeletedataResponeseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LDBAPI.Models">
  <respCode>sample string 1</respCode>
  <respMessage>sample string 2</respMessage>
</SignupdeletedataResponeseEntity>