POST api/CodeAndBatches/GetNextCodeRange

Request Information

URI Parameters

None.

Body Parameters

GetNextCodeRangeRequestVM
NameDescriptionTypeAdditional information
SubAccountId

string

Required

UserId

string

Required

BatchId

string

Required

GroupId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SubAccountId": "sample string 1",
  "UserId": "sample string 2",
  "BatchId": "sample string 3",
  "GroupId": "sample string 4"
}

application/xml, text/xml

Sample:
<GetNextCodeRangeRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels">
  <BatchId>sample string 3</BatchId>
  <GroupId>sample string 4</GroupId>
  <SubAccountId>sample string 1</SubAccountId>
  <UserId>sample string 2</UserId>
</GetNextCodeRangeRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.