PATCH v1/MembershipApplication

Retrieves current membership application.

Request Information

URI Parameters

None.

Body Parameters

updateSingleMembershipProductItemInput
NameDescriptionTypeAdditional information
productId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "productId": 1
}

text/html

Sample:
{"productId":1}

application/xml, text/xml

Sample:
<v1_MembershipProducts_MembershipProductEndpointController.updateSingleMembershipProductItemInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MembershipProducts_MembershipProductEndpoint">
  <productId>1</productId>
</v1_MembershipProducts_MembershipProductEndpointController.updateSingleMembershipProductItemInput>

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

Response Information

Resource Description

Collection of UpdateMembershipApplicationOutput
NameDescriptionTypeAdditional information
id

integer

None.

productId

integer

None.

orderId

integer

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "productId": 2,
    "orderId": 3,
    "status": "sample string 4"
  },
  {
    "id": 1,
    "productId": 2,
    "orderId": 3,
    "status": "sample string 4"
  }
]

text/html

Sample:
[{"id":1,"productId":2,"orderId":3,"status":"sample string 4"},{"id":1,"productId":2,"orderId":3,"status":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfv1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MembershipProducts_MembershipProductEndpoint">
  <v1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput>
    <id>1</id>
    <orderId>3</orderId>
    <productId>2</productId>
    <status>sample string 4</status>
  </v1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput>
  <v1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput>
    <id>1</id>
    <orderId>3</orderId>
    <productId>2</productId>
    <status>sample string 4</status>
  </v1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput>
</ArrayOfv1_MembershipProducts_MembershipProductEndpointController.UpdateMembershipApplicationOutput>