POST api/AutoShip/CreateCreditCardProfileFromOnlinePaymentInfo?autoShipScheduleID={autoShipScheduleID}&onlinePaymentInfoID={onlinePaymentInfoID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
autoShipScheduleID

integer

Required

onlinePaymentInfoID

integer

Required

Body Parameters

None.

Response Information

Resource Description

IOperationResult
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ValidationErrors

Dictionary of string [key] and string [value]

None.

Value

Object

None.

Response Formats

application/xml, text/xml

Sample:
<OperationResult>
  <IsSuccessful>False</IsSuccessful>
  <ValidationErrors />
  <Value />
</OperationResult>

application/json, text/json

Sample:
{
  "IsSuccessful": false,
  "ValidationErrors": {}
}