POST api/SBSignUpLog
Request Information
URI Parameters
None.
Body Parameters
SBSingUpLog| Name | Description | Type | Additional information |
|---|---|---|---|
| SubBrokerId | integer |
None. |
|
| StatusCode | string |
None. |
|
| Remarks | string |
None. |
|
| ApRegNo | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubBrokerId": 1,
"StatusCode": "sample string 2",
"Remarks": "sample string 3",
"ApRegNo": "sample string 4",
"CreatedBy": 5,
"CreatedOn": "2026-01-12T03:34:58.2266011+05:30"
}
application/xml, text/xml
Sample:
<SBSingUpLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceWrapperAPI.Models"> <ApRegNo>sample string 4</ApRegNo> <CreatedBy>5</CreatedBy> <CreatedOn>2026-01-12T03:34:58.2266011+05:30</CreatedOn> <Remarks>sample string 3</Remarks> <StatusCode>sample string 2</StatusCode> <SubBrokerId>1</SubBrokerId> </SBSingUpLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| status | string |
None. |
|
| content | string |
None. |
|
| reference_id | string |
None. |
|
| Refference_No | string |
None. |
|
| FilePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"Message": "sample string 2",
"ID": 3,
"status": "sample string 4",
"content": "sample string 5",
"reference_id": "sample string 6",
"Refference_No": "sample string 7",
"FilePath": "sample string 8"
}
application/xml, text/xml
Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LIBRARY"> <FilePath>sample string 8</FilePath> <ID>3</ID> <Message>sample string 2</Message> <Refference_No>sample string 7</Refference_No> <code>1</code> <content>sample string 5</content> <reference_id>sample string 6</reference_id> <status>sample string 4</status> </ResponseMessage>