POST api/CFPP/get_all_cfpp_master_data_dev
Documentation for 'get_all_cfpp_master_data_dev'.
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:
{ "AuthString": "sample string 1", "token": "sample string 2", "data": [ { "procurer_type_id": 1, "procurer_type_Name": "sample string 2", "procurer_type_abbr": "sample string 3", "active": "sample string 4" }, { "procurer_type_id": 1, "procurer_type_Name": "sample string 2", "procurer_type_abbr": "sample string 3", "active": "sample string 4" }, { "procurer_type_id": 1, "procurer_type_Name": "sample string 2", "procurer_type_abbr": "sample string 3", "active": "sample string 4" } ] }
application/xml, text/xml
Sample:
<RequestModelCFPP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CFPP"> <AuthString>sample string 1</AuthString> <data> <MdlProcuringAgencyTypesResponse> <active>sample string 4</active> <procurer_type_Name>sample string 2</procurer_type_Name> <procurer_type_abbr>sample string 3</procurer_type_abbr> <procurer_type_id>1</procurer_type_id> </MdlProcuringAgencyTypesResponse> <MdlProcuringAgencyTypesResponse> <active>sample string 4</active> <procurer_type_Name>sample string 2</procurer_type_Name> <procurer_type_abbr>sample string 3</procurer_type_abbr> <procurer_type_id>1</procurer_type_id> </MdlProcuringAgencyTypesResponse> <MdlProcuringAgencyTypesResponse> <active>sample string 4</active> <procurer_type_Name>sample string 2</procurer_type_Name> <procurer_type_abbr>sample string 3</procurer_type_abbr> <procurer_type_id>1</procurer_type_id> </MdlProcuringAgencyTypesResponse> </data> <token>sample string 2</token> </RequestModelCFPP>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "AckCode": "sample string 1", "Status": "sample string 2", "Remarks": "sample string 3", "DateOfData": "sample string 4" }
application/xml, text/xml
Sample:
<ResponseModelCommodityProcured xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CFPP"> <AckCode>sample string 1</AckCode> <DateOfData>sample string 4</DateOfData> <Remarks>sample string 3</Remarks> <Status>sample string 2</Status> </ResponseModelCommodityProcured>