POST api/General/PartnerDAgentAssociate/EndDAgentAssociateSessionRequest

Request Information

URI Parameters

None.

Body Parameters

AcceptRequestDAgentAssociate
NameDescriptionTypeAdditional information
PartnerDAgentRecordID

integer

None.

RestaurantID

string

None.

DeliveryAgentID

string

None.

UserID

string

None.

IPAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerDAgentRecordID": 1,
  "RestaurantID": "sample string 2",
  "DeliveryAgentID": "sample string 3",
  "UserID": "sample string 4",
  "IPAddress": "sample string 5"
}

application/xml, text/xml

Sample:
<AcceptRequestDAgentAssociate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operations.CustomModels">
  <DeliveryAgentID>sample string 3</DeliveryAgentID>
  <IPAddress>sample string 5</IPAddress>
  <PartnerDAgentRecordID>1</PartnerDAgentRecordID>
  <RestaurantID>sample string 2</RestaurantID>
  <UserID>sample string 4</UserID>
</AcceptRequestDAgentAssociate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>