PUT api/YksSupYearRate/SaveWaybillDateRule

Request Information

URI Parameters

None.

Body Parameters

Collection of WaybillDateRulesVM
NameDescriptionTypeAdditional information
kleimId

decimal number

None.

kleimNo

decimal number

None.

status

decimal number

None.

tofasWaybillNo

decimal number

None.

waybillDate

date

None.

supAnalysisExtDate

date

None.

error

boolean

None.

info

string

None.

customDelete

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "kleimId": 1.0,
    "kleimNo": 2.0,
    "status": 3.0,
    "tofasWaybillNo": 4.0,
    "waybillDate": "2024-11-16T04:49:05.3303514+03:00",
    "supAnalysisExtDate": "2024-11-16T04:49:05.3303514+03:00",
    "error": true,
    "info": "sample string 6",
    "customDelete": true
  },
  {
    "kleimId": 1.0,
    "kleimNo": 2.0,
    "status": 3.0,
    "tofasWaybillNo": 4.0,
    "waybillDate": "2024-11-16T04:49:05.3303514+03:00",
    "supAnalysisExtDate": "2024-11-16T04:49:05.3303514+03:00",
    "error": true,
    "info": "sample string 6",
    "customDelete": true
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseDTO
NameDescriptionTypeAdditional 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
}