POST {language}/admin/partnerManagement/productcatalog/insert
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InserProductcatalogRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
BillingCycle | string |
None. |
|
Plan | string |
None. |
|
Amount | decimal number |
None. |
|
Currency | string |
None. |
|
ProductId | string |
None. |
|
PriceId | string |
None. |
|
IsActive | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "6814c271-a3b0-40f5-af84-abc0f62ef1c0", "Name": "sample string 2", "BillingCycle": "sample string 3", "Plan": "sample string 4", "Amount": 5.0, "Currency": "sample string 6", "ProductId": "sample string 7", "PriceId": "sample string 8", "IsActive": true, "RequestId": "5a12b822-6f1d-43c3-9c8c-7d778a328fed", "Language": "sample string 11", "LanguageLogin": "sample string 12", "AuthToken": "sample string 13", "ClientId": "sample string 14", "PageIndex": 15, "PageSize": 16 }
application/xml, text/xml
Sample:
<InserProductcatalogRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">5a12b822-6f1d-43c3-9c8c-7d778a328fed</RequestId> <Amount>5</Amount> <BillingCycle>sample string 3</BillingCycle> <Currency>sample string 6</Currency> <Id>6814c271-a3b0-40f5-af84-abc0f62ef1c0</Id> <IsActive>true</IsActive> <Name>sample string 2</Name> <Plan>sample string 4</Plan> <PriceId>sample string 8</PriceId> <ProductId>sample string 7</ProductId> </InserProductcatalogRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.