POST api/Account/UpdateCardFromMyAcountPage
Request Information
URI Parameters
None.
Body Parameters
ExistingUSerCardUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | integer |
None. |
|
| SourceToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileID": 1,
"SourceToken": "sample string 2"
}
multipart/form-data
Sample:
{"ProfileID":1,"SourceToken":"sample string 2"}
application/xml, text/xml
Sample:
<ExistingUSerCardUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileActML"> <ProfileID>1</ProfileID> <SourceToken>sample string 2</SourceToken> </ExistingUSerCardUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.