POST api/DMT/Register
Request Information
URI Parameters
None.
Body Parameters
SenderRegisterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SenderMobileNumber | string |
None. |
|
| SenderName | string |
None. |
|
| SenderAddress | string |
None. |
|
| SenderDOB | string |
None. |
|
| SenderKycStatus | string |
None. |
|
| SenderCity | string |
None. |
|
| SenderTitle | string |
None. |
|
| SenderPincode | string |
None. |
|
| SenderDistrict | string |
None. |
|
| SenderState | string |
None. |
|
| SenderGender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SenderMobileNumber": "sample string 1",
"SenderName": "sample string 2",
"SenderAddress": "sample string 3",
"SenderDOB": "sample string 4",
"SenderKycStatus": "sample string 5",
"SenderCity": "sample string 6",
"SenderTitle": "sample string 7",
"SenderPincode": "sample string 8",
"SenderDistrict": "sample string 9",
"SenderState": "sample string 10",
"SenderGender": "sample string 11"
}
application/xml, text/xml
Sample:
<SenderRegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DmtSorWebApi.Models"> <SenderAddress>sample string 3</SenderAddress> <SenderCity>sample string 6</SenderCity> <SenderDOB>sample string 4</SenderDOB> <SenderDistrict>sample string 9</SenderDistrict> <SenderGender>sample string 11</SenderGender> <SenderKycStatus>sample string 5</SenderKycStatus> <SenderMobileNumber>sample string 1</SenderMobileNumber> <SenderName>sample string 2</SenderName> <SenderPincode>sample string 8</SenderPincode> <SenderState>sample string 10</SenderState> <SenderTitle>sample string 7</SenderTitle> </SenderRegisterRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>