POST v1/purchase-onboarding/start

Request Information

URI Parameters

None.

Body Parameters

StartPurchaseOnboardingFlowRequest
NameDescriptionTypeAdditional information
PurchaseId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PurchaseId": "54a7d952-5ed4-49ae-876f-66a83046b0d0"
}

application/xml, text/xml

Sample:
<StartPurchaseOnboardingFlowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models.PurchaseOnboarding">
  <PurchaseId>54a7d952-5ed4-49ae-876f-66a83046b0d0</PurchaseId>
</StartPurchaseOnboardingFlowRequest>

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 'StartPurchaseOnboardingFlowRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.