PUT api/YksIskarta/Save
Request Information
URI Parameters
None.
Body Parameters
CustomIskartaVMName | Description | Type | Additional information |
---|---|---|---|
toSupplier | integer |
None. |
|
toService | integer |
None. |
|
toTofas | integer |
None. |
|
iskartaDefinition | string |
None. |
|
iskartaId | integer |
None. |
|
type | integer |
None. |
|
printed | integer |
None. |
|
undoPrinted | boolean |
None. |
|
updateByUser | string |
None. |
|
list | Collection of IskartaItem |
None. |
|
error | boolean |
None. |
|
info | string |
None. |
|
customDelete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "toSupplier": 1, "toService": 2, "toTofas": 3, "iskartaDefinition": "sample string 4", "iskartaId": 5, "type": 6, "printed": 7, "undoPrinted": true, "updateByUser": "sample string 9", "list": [ { "toSupplierId": 1.0, "supplierName": "sample string 1", "vehicleProductionDate": "2024-11-16T04:20:42.2767025+03:00", "itemBarcode": "sample string 2", "ikkNo": "sample string 3", "kleimNo": 1.0, "kleimId": 1.0, "tofasItemNo": "sample string 4", "tofasItemDefinition": "sample string 5", "failure": "sample string 6", "problem": "sample string 7", "serviceCode": "sample string 8", "serviceTitle": "sample string 9", "sasiNo": "sample string 10", "sendingType": "sample string 11", "tofasResult": 1.0, "tofasDefinition": "sample string 12", "status": 1.0, "exitAim": 1.0 }, { "toSupplierId": 1.0, "supplierName": "sample string 1", "vehicleProductionDate": "2024-11-16T04:20:42.2767025+03:00", "itemBarcode": "sample string 2", "ikkNo": "sample string 3", "kleimNo": 1.0, "kleimId": 1.0, "tofasItemNo": "sample string 4", "tofasItemDefinition": "sample string 5", "failure": "sample string 6", "problem": "sample string 7", "serviceCode": "sample string 8", "serviceTitle": "sample string 9", "sasiNo": "sample string 10", "sendingType": "sample string 11", "tofasResult": 1.0, "tofasDefinition": "sample string 12", "status": 1.0, "exitAim": 1.0 } ], "error": true, "info": "sample string 11", "customDelete": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseDTOName | Description | Type | Additional information |
---|---|---|---|
error | boolean |
None. |
|
info | string |
None. |
|
customDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "error": true, "info": "sample string 2", "customDelete": true }