POST api/Intefaces/GetMacEligData
Request Information
URI Parameters
None.
Body Parameters
ClientInsurerRequestName | Description | Type | Additional information |
---|---|---|---|
MagneticPath | string |
None. |
|
Id | string |
None. |
|
ExpMacIdent | string |
None. |
|
BranchCode | integer |
None. |
|
OperCode | integer |
None. |
|
IdentType | integer |
None. |
|
Kupa | Pair of string [key] and integer [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "MagneticPath": "sample string 1", "Id": "sample string 2", "ExpMacIdent": "sample string 3", "BranchCode": 4, "OperCode": 5, "IdentType": 6, "Kupa": { "Key": "sample string 1", "Value": 2 } }
application/xml, text/xml
Sample:
<ClientInsurerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Interfaces"> <BranchCode>4</BranchCode> <ExpMacIdent>sample string 3</ExpMacIdent> <Id>sample string 2</Id> <IdentType>6</IdentType> <Kupa xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic"> <d2p1:key>sample string 1</d2p1:key> <d2p1:value>2</d2p1:value> </Kupa> <MagneticPath>sample string 1</MagneticPath> <OperCode>5</OperCode> </ClientInsurerRequest>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
ClientMacabiRetDataName | Description | Type | Additional information |
---|---|---|---|
lastname | string |
None. |
|
firstname | string |
None. |
|
gender | string |
None. |
|
homephone | string |
None. |
|
cellphone | string |
None. |
|
city_code | integer |
None. |
|
street | string |
None. |
|
home | integer |
None. |
|
apartment | string |
None. |
|
zipcode | string |
None. |
|
maritalstatus | string |
None. |
|
iseligible | boolean |
None. |
|
eligmessage | string |
None. |
|
price | decimal number |
None. |
|
born_date | date |
None. |
|
paymenttype | integer |
None. |
|
id_num | string |
None. |
|
maxtokefdate | date |
None. |
|
city_name | string |
None. |
|
member_data | boolean |
None. |
|
RRError | string |
None. |
|
PaymentError | string |
None. |
|
MacInsData | Collection of MacInsurersData |
None. |
|
CustomerFound | Customer |
None. |
|
confirmationnum | integer |
None. |
|
IsRRBSRun | boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.