POST AvailableSubProduct/Base/Delete
Request Information
URI Parameters
None.
Body Parameters
AvailableSubProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Country | string |
None. |
|
| Year | integer |
None. |
|
| Season | integer |
None. |
|
| Code | string |
None. |
|
| ProductLineCode | string |
None. |
|
| PackagingId | string |
None. |
|
| PackagingName | string |
None. |
|
| TreatmentId | string |
None. |
|
| TreatmentName | string |
None. |
|
| IsValidForCompetitors | boolean |
None. |
|
| IsValidForPioneer | boolean |
None. |
|
| IsValidForLocal | boolean |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
|
| Description | string |
None. |
|
| TreatmentRate | string |
None. |
|
| TreatmentRateId | string |
None. |
|
| Fungicide | string |
None. |
|
| FungicideId | string |
None. |
|
| SeedTreatment | string |
None. |
|
| SeedTreatmentId | string |
None. |
|
| SeedTreatmentCategory | string |
None. |
|
| SeedTreatmentCategoryId | string |
None. |
|
| IsChecked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Country": "sample string 1",
"Year": 2,
"Season": 3,
"Code": "sample string 4",
"ProductLineCode": "sample string 5",
"PackagingId": "sample string 6",
"PackagingName": "sample string 7",
"TreatmentId": "sample string 8",
"TreatmentName": "sample string 9",
"IsValidForCompetitors": true,
"IsValidForPioneer": true,
"IsValidForLocal": true,
"LastMaintenanceName": "sample string 13",
"LastMaintenanceDate": "2025-10-30T07:39:36.4829003+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
},
"Description": "sample string 9, sample string 7 (sample string 4)",
"TreatmentRate": "sample string 15",
"TreatmentRateId": "sample string 16",
"Fungicide": "sample string 17",
"FungicideId": "sample string 18",
"SeedTreatment": "sample string 19",
"SeedTreatmentId": "sample string 20",
"SeedTreatmentCategory": "sample string 21",
"SeedTreatmentCategoryId": "sample string 22",
"IsChecked": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.