POST api/MiscMasters/nfsa_portal_national_masters_list
Documentation for 'nfsa_portal_national_masters_list'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "Password": "sample string 2", "TransactionId": "sample string 3", "AuthString": "sample string 4" }
application/xml, text/xml
Sample:
<RequestModalMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Master"> <AuthString>sample string 4</AuthString> <Password>sample string 2</Password> <TransactionId>sample string 3</TransactionId> <UserId>sample string 1</UserId> </RequestModalMasterList>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "TransactionId": "sample string 1", "AckCode": "sample string 2", "ResponseCode": "sample string 3", "ResponseMessage": "sample string 4", "MasterList": [ { "MasterName": "sample string 1", "MasterCode": "sample string 2" }, { "MasterName": "sample string 1", "MasterCode": "sample string 2" }, { "MasterName": "sample string 1", "MasterCode": "sample string 2" } ] }
application/xml, text/xml
Sample:
<ResponseModelMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Master"> <AckCode>sample string 2</AckCode> <MasterList xmlns:d2p1="http://schemas.datacontract.org/2004/07/BLL"> <d2p1:PropMasterList> <d2p1:MasterCode>sample string 2</d2p1:MasterCode> <d2p1:MasterName>sample string 1</d2p1:MasterName> </d2p1:PropMasterList> <d2p1:PropMasterList> <d2p1:MasterCode>sample string 2</d2p1:MasterCode> <d2p1:MasterName>sample string 1</d2p1:MasterName> </d2p1:PropMasterList> <d2p1:PropMasterList> <d2p1:MasterCode>sample string 2</d2p1:MasterCode> <d2p1:MasterName>sample string 1</d2p1:MasterName> </d2p1:PropMasterList> </MasterList> <ResponseCode>sample string 3</ResponseCode> <ResponseMessage>sample string 4</ResponseMessage> <TransactionId>sample string 1</TransactionId> </ResponseModelMasterList>