POST MyDonations/GetDonationCompletionRate

Request Information

URI Parameters

None.

Body Parameters

GetDonationObj
NameDescriptionTypeAdditional information
TerritoryID

integer

None.

ARCId

integer

None.

ScheduleDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TerritoryID": 1,
  "ARCId": 2,
  "ScheduleDate": "2026-05-14T04:15:57.0776547+00:00"
}

text/html

Sample:
{"TerritoryID":1,"ARCId":2,"ScheduleDate":"2026-05-14T04:15:57.0776547+00:00"}

application/xml, text/xml

Sample:
<MyDonationsController.GetDonationObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiPickup.Controllers">
  <ARCId>2</ARCId>
  <ScheduleDate>2026-05-14T04:15:57.0776547+00:00</ScheduleDate>
  <TerritoryID>1</TerritoryID>
</MyDonationsController.GetDonationObj>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetDonationObj'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
StatusCode

HttpStatusCode

None.

Version

Version

None.

Content

HttpContent

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.