POST api/Customer/AddToCustomerCart
Request Information
URI Parameters
None.
Body Parameters
CustCartDetModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orderLineKey | integer |
None. |
|
| compKey | integer |
None. |
|
| orderdocRef | string |
None. |
|
| orderDate | date |
None. |
|
| customerKey | integer |
None. |
|
| applicationKey | integer |
None. |
|
| productName | string |
None. |
|
| editionKey | integer |
None. |
|
| editionName | string |
None. |
|
| stateKey | integer |
None. |
|
| monthAppsPrice | decimal number |
None. |
|
| monthUsersPrice | decimal number |
None. |
|
| monthAddsPrice | decimal number |
None. |
|
| monthSupptPrice | decimal number |
None. |
|
| monthTotalPrice | decimal number |
None. |
|
| subsPeriodKey | integer |
None. |
|
| subsPeriodName | string |
None. |
|
| subsPeriodTag | string |
None. |
|
| subsTypeKey | integer |
None. |
|
| subsTypeTag | string |
None. |
|
| subsAppsPrice | decimal number |
None. |
|
| subsSupptPrice | decimal number |
None. |
|
| subsAddsPrice | decimal number |
None. |
|
| subsUsersPrice | decimal number |
None. |
|
| subsTotalPrice | decimal number |
None. |
|
| subsTypeName | string |
None. |
|
| subsDescrip | string |
None. |
|
| supportKey | integer |
None. |
|
| supportName | string |
None. |
|
| orderFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderLineKey": 1,
"compKey": 2,
"orderdocRef": "sample string 3",
"orderDate": "2026-02-27T02:51:50.7893513+04:00",
"customerKey": 5,
"applicationKey": 6,
"productName": "sample string 7",
"editionKey": 8,
"editionName": "sample string 9",
"stateKey": 10,
"monthAppsPrice": 11.1,
"monthUsersPrice": 12.1,
"monthAddsPrice": 13.1,
"monthSupptPrice": 14.1,
"monthTotalPrice": 15.1,
"subsPeriodKey": 16,
"subsPeriodName": "sample string 17",
"subsPeriodTag": "sample string 18",
"subsTypeKey": 19,
"subsTypeTag": "sample string 20",
"subsAppsPrice": 21.1,
"subsSupptPrice": 22.1,
"subsAddsPrice": 23.1,
"subsUsersPrice": 24.1,
"subsTotalPrice": 25.1,
"subsTypeName": "sample string 26",
"subsDescrip": "sample string 27",
"supportKey": 28,
"supportName": "sample string 29",
"orderFrom": "sample string 30"
}
text/xml
Sample:
<CustCartDetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.ViewModels"> <applicationKey>6</applicationKey> <compKey>2</compKey> <customerKey>5</customerKey> <editionKey>8</editionKey> <editionName>sample string 9</editionName> <monthAddsPrice>13.1</monthAddsPrice> <monthAppsPrice>11.1</monthAppsPrice> <monthSupptPrice>14.1</monthSupptPrice> <monthTotalPrice>15.1</monthTotalPrice> <monthUsersPrice>12.1</monthUsersPrice> <orderDate>2026-02-27T02:51:50.7893513+04:00</orderDate> <orderFrom>sample string 30</orderFrom> <orderLineKey>1</orderLineKey> <orderdocRef>sample string 3</orderdocRef> <productName>sample string 7</productName> <stateKey>10</stateKey> <subsAddsPrice>23.1</subsAddsPrice> <subsAppsPrice>21.1</subsAppsPrice> <subsDescrip>sample string 27</subsDescrip> <subsPeriodKey>16</subsPeriodKey> <subsPeriodName>sample string 17</subsPeriodName> <subsPeriodTag>sample string 18</subsPeriodTag> <subsSupptPrice>22.1</subsSupptPrice> <subsTotalPrice>25.1</subsTotalPrice> <subsTypeKey>19</subsTypeKey> <subsTypeName>sample string 26</subsTypeName> <subsTypeTag>sample string 20</subsTypeTag> <subsUsersPrice>24.1</subsUsersPrice> <supportKey>28</supportKey> <supportName>sample string 29</supportName> </CustCartDetModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.