POST api/ClaimBilling

Request Information

URI Parameters

None.

Body Parameters

ClaimBillingParam
NameDescriptionTypeAdditional information
PayorTypeId

integer

Required

StartDate

integer

Required

EndDate

integer

Required

Month

integer

Required

Year

integer

Required

ClientIds

Collection of integer

Required

PayorId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "PayorTypeId": 1,
  "StartDate": 2,
  "EndDate": 3,
  "Month": 4,
  "Year": 5,
  "ClientIds": [
    1,
    2
  ],
  "PayorId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.