POST api/MyCustomerSubscription
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
myCustomerSubscriptionCatogeryRequest | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "BusinessAPIkey": "sample string 1", "BusinessUserName": "sample string 2", "DPSIDUserName": "sample string 3", "DPSIDPassword": "sample string 4", "SubscriptionCategoryId": "sample string 5" }
application/xml, text/xml
Sample:
<MyCustomerSubscriptionCatogeryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPSID_API.Models"> <BusinessAPIkey>sample string 1</BusinessAPIkey> <BusinessUserName>sample string 2</BusinessUserName> <DPSIDPassword>sample string 4</DPSIDPassword> <DPSIDUserName>sample string 3</DPSIDUserName> <SubscriptionCategoryId>sample string 5</SubscriptionCategoryId> </MyCustomerSubscriptionCatogeryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "ErrorCode": "sample string 1", "SubscriptionCategoryId": 2, "SubscriptionValidityDate": "2021-01-15T09:20:44.8978686-06:00" }
application/xml, text/xml
Sample:
<UserSubscriptionValidity_Service xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dpsid.Models"> <ErrorCode>sample string 1</ErrorCode> <SubscriptionCategoryId>2</SubscriptionCategoryId> <SubscriptionValidityDate>2021-01-15T09:20:44.8978686-06:00</SubscriptionValidityDate> </UserSubscriptionValidity_Service>