POST api/app/VendorPortal/SendVerifyOrganizationInfoEmail?updatedData={updatedData}&vendorName={vendorName}&vendorCompany={vendorCompany}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| updatedData | string |
Required |
|
| vendorName | string |
Required |
|
| vendorCompany | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommandResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| AdditionData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"IsSuccess": true,
"Message": "sample string 3",
"AdditionData": {}
}
application/xml, text/xml
Sample:
<CommandResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.ResponseModels"> <AdditionData /> <Data /> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> </CommandResponseOfanyType>