POST account/delegateapprovals

Delegate approvals.

Request Information

URI

https://ofd-api.blueprintcpq.net/account/delegateapprovals

URI Parameters

None.

Body Parameters

Change password options.

DelegateApprovalsModel
NameDescriptionTypeAdditional information
ToUserId

globally unique identifier

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ToUserId": "5ab56fd8-483a-47c6-99a5-3f2a874baea9",
  "StartDate": "2026-01-07T18:50:05.9319805Z",
  "EndDate": "2026-01-07T18:50:05.9319805Z"
}

text/html

Sample:
{"ToUserId":"5ab56fd8-483a-47c6-99a5-3f2a874baea9","StartDate":"2026-01-07T18:50:05.9319805Z","EndDate":"2026-01-07T18:50:05.9319805Z"}

application/xml, text/xml

Sample:
<DelegateApprovalsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.AccountBindingModels">
  <EndDate>2026-01-07T18:50:05.9319805+00:00</EndDate>
  <StartDate>2026-01-07T18:50:05.9319805+00:00</StartDate>
  <ToUserId>5ab56fd8-483a-47c6-99a5-3f2a874baea9</ToUserId>
</DelegateApprovalsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A Task<IHttpActionResult>

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.