POST api/AccountDetails/Customer_GetCustomersSelectedNCPProducts
Request Information
URI Parameters
None.
Body Parameters
GetCustomersNCID| Name | Description | Type | Additional information |
|---|---|---|---|
| bSCustomerID | string |
None. |
|
| companyID | integer |
None. |
|
| vendor | string |
None. |
|
| accountType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bSCustomerID": "sample string 1",
"companyID": 1,
"vendor": "sample string 2",
"accountType": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Customer_GetCustomersSelectedNCPProducts| Name | Description | Type | Additional information |
|---|---|---|---|
| NCID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NCID": 1
},
{
"NCID": 1
}
]