POST TPAMaster/GetComboTPAMaster

Request Information

URI Parameters

None.

Body Parameters

tbl_TPAMasterProp
NameDescriptionTypeAdditional information
TPACode

integer

None.

TPAName

string

None.

Address

string

None.

OfficeContactNo

string

None.

HelpLineNo

string

None.

ContactPerson

string

None.

MobileNo

string

None.

EmailID

string

None.

isActive

integer

None.

CreatedBy

integer

None.

CreatedDateTime

date

None.

UpdatedBy

integer

None.

UpdatedDateTime

date

None.

SearchBy

string

None.

SearchVal

string

None.

PageNo

integer

None.

RecordCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TPACode": 1,
  "TPAName": "sample string 2",
  "Address": "sample string 3",
  "OfficeContactNo": "sample string 4",
  "HelpLineNo": "sample string 5",
  "ContactPerson": "sample string 6",
  "MobileNo": "sample string 7",
  "EmailID": "sample string 8",
  "isActive": 9,
  "CreatedBy": 10,
  "CreatedDateTime": "2024-03-29T06:42:34.9608305-07:00",
  "UpdatedBy": 12,
  "UpdatedDateTime": "2024-03-29T06:42:34.9608305-07:00",
  "SearchBy": "sample string 14",
  "SearchVal": "sample string 15",
  "PageNo": 16,
  "RecordCount": 17
}

text/html

Sample:
{"TPACode":1,"TPAName":"sample string 2","Address":"sample string 3","OfficeContactNo":"sample string 4","HelpLineNo":"sample string 5","ContactPerson":"sample string 6","MobileNo":"sample string 7","EmailID":"sample string 8","isActive":9,"CreatedBy":10,"CreatedDateTime":"2024-03-29T06:42:34.9608305-07:00","UpdatedBy":12,"UpdatedDateTime":"2024-03-29T06:42:34.9608305-07:00","SearchBy":"sample string 14","SearchVal":"sample string 15","PageNo":16,"RecordCount":17}

application/xml, text/xml

Sample:
<tbl_TPAMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp">
  <Address>sample string 3</Address>
  <ContactPerson>sample string 6</ContactPerson>
  <CreatedBy>10</CreatedBy>
  <CreatedDateTime>2024-03-29T06:42:34.9608305-07:00</CreatedDateTime>
  <EmailID>sample string 8</EmailID>
  <HelpLineNo>sample string 5</HelpLineNo>
  <MobileNo>sample string 7</MobileNo>
  <OfficeContactNo>sample string 4</OfficeContactNo>
  <PageNo>16</PageNo>
  <RecordCount>17</RecordCount>
  <SearchBy>sample string 14</SearchBy>
  <SearchVal>sample string 15</SearchVal>
  <TPACode>1</TPACode>
  <TPAName>sample string 2</TPAName>
  <UpdatedBy>12</UpdatedBy>
  <UpdatedDateTime>2024-03-29T06:42:34.9608305-07:00</UpdatedDateTime>
  <isActive>9</isActive>
</tbl_TPAMasterProp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_TPAMasterProp'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.