PUT api/PortalAdmin/Request/Receive
Request Information
URI Parameters
None.
Body Parameters
RequestReceiveBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required Range: inclusive between 1 and 9.22337203685478E+18 |
|
| GroupId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| PortalId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"groupId": 2,
"portalId": 3,
"statusId": 4
}
application/xml, text/xml
Sample:
<RequestReceiveBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Portal"> <GroupId>2</GroupId> <Id>1</Id> <PortalId>3</PortalId> <StatusId>4</StatusId> </RequestReceiveBinddingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.