POST Api/Platform/SendWorkerPayrolls?batchSize={batchSize}&year={year}&month={month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
batchSize

integer

Required

year

integer

Required

month

byte

None.

Body Parameters

None.

Response Information

Resource Description

SentCompaniesStatisticsDto
NameDescriptionTypeAdditional information
TotalAmount

integer

None.

LastId

integer

None.

TimeElapsedInMs

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "totalAmount": 1,
  "lastId": 1,
  "timeElapsedInMs": 2
}

multipart/form-data

Sample:
{"totalAmount":1,"lastId":1,"timeElapsedInMs":2}

application/xml, text/xml

Sample:
<SentCompaniesStatisticsDto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TotalAmount>1</TotalAmount>
  <LastId>1</LastId>
  <TimeElapsedInMs>2</TimeElapsedInMs>
</SentCompaniesStatisticsDto>