POST api/User/ApproveUserSignUp
Request Information
URI Parameters
None.
Body Parameters
ApproveUserSignUp| Name | Description | Type | Additional information |
|---|---|---|---|
| suppId | integer |
None. |
|
| fullName | string |
None. |
|
| string |
None. |
||
| phoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"suppId": 1,
"fullName": "sample string 2",
"email": "sample string 3",
"phoneNumber": "sample string 4"
}
application/xml, text/xml
Sample:
<ApproveUserSignUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Supplier.DataAccess.SleekObjects"> <email>sample string 3</email> <fullName>sample string 2</fullName> <phoneNumber>sample string 4</phoneNumber> <suppId>1</suppId> </ApproveUserSignUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| Message | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"Message": {},
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Supplier.NlfApi.DataAccess.SleekObjects"> <Data /> <Message /> <StatusCode>sample string 1</StatusCode> </ResponseStatus>