| GET | /Crm/Contracts/CntProdsDet |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CntProdsId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<TfCntProdsDet> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| CntprodsId | form | int | No | |
| ProdppId | form | string | No | |
| Price | form | decimal? | No | |
| DiscAmount | form | decimal? | No | |
| DiscPerc | form | decimal? | No | |
| BCode | form | string | No | |
| ProductsNu | form | string | No | |
| CategoryNu | form | string | No | |
| PPCatNu | form | string | No | |
| ProducerNu | form | string | No | |
| Unit | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Crm/Contracts/CntProdsDet HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
Id: 0,
CntprodsId: 0,
ProdppId: String,
Price: 0,
DiscAmount: 0,
DiscPerc: 0,
BCode: String,
ProductsNu: String,
CategoryNu: String,
PPCatNu: String,
ProducerNu: String,
Unit: String
}
]
}