POST api/BLStatisticBLs/NewStatisticBL

Request Information

URI Parameters

None.

Body Parameters

CreateBlStatisticBLDto
NameDescriptionTypeAdditional information
BlStatisticsId

integer

None.

BlNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BlStatisticsId": 1,
  "BlNumber": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true