POST api/PackageVerfication/Verfication?userId={userId}&packageId={packageId}&verificationType={verificationType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | integer |
Required |
|
packageId | integer |
Required |
|
verificationType | VerificationTypeEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
DescriptiveResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Value | boolean |
None. |
|
CoreValue | string |
None. |
|
IsErrorState | boolean |
None. |
|
ErrorDescription | string |
None. |
|
ErrorMetadata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": true, "CoreValue": "sample string 2", "IsErrorState": true, "ErrorDescription": "sample string 4", "ErrorMetadata": {} }
application/xml, text/xml
Sample:
<DescriptiveResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities"> <CoreValue>sample string 2</CoreValue> <ErrorDescription>sample string 4</ErrorDescription> <ErrorMetadata /> <IsErrorState>true</IsErrorState> <Value>true</Value> </DescriptiveResponseOfboolean>