POST api/WebApp/GetSchemeData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfSchemesPayload
NameDescriptionTypeAdditional information
ReturnValue

SchemesPayload

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "Status": "sample string 1",
    "Remarks": "sample string 2",
    "ToUser": "sample string 3",
    "ToRole": "sample string 4",
    "Action": "sample string 5",
    "WFKSchemeID": "sample string 6",
    "SchemeID": 7,
    "SchemeCode": "sample string 8",
    "SchemeName": "sample string 9",
    "BIN": "sample string 10",
    "BINType": "sample string 11",
    "RecUserOrgID": 12,
    "CreatedBy": "sample string 13",
    "CreatedDate": "2024-11-28T03:13:01.9854748+03:00",
    "ModifiedBy": "sample string 15",
    "ModifiedDate": "2024-11-28T03:13:01.9854748+03:00",
    "RecOwnerOrgID": 17
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-28T03:13:01.9854748+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfSchemesPayloadfZ5PIblm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Payloads">
    <BIN xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 10</BIN>
    <BINType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 11</BINType>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T03:13:01.9854748+03:00</CreatedDate>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</ModifiedBy>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-28T03:13:01.9854748+03:00</ModifiedDate>
    <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">17</RecOwnerOrgID>
    <RecUserOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">12</RecUserOrgID>
    <SchemeCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 8</SchemeCode>
    <SchemeID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</SchemeID>
    <SchemeName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</SchemeName>
    <d2p1:Action>sample string 5</d2p1:Action>
    <d2p1:Remarks>sample string 2</d2p1:Remarks>
    <d2p1:Status>sample string 1</d2p1:Status>
    <d2p1:ToRole>sample string 4</d2p1:ToRole>
    <d2p1:ToUser>sample string 3</d2p1:ToUser>
    <d2p1:WFKSchemeID>sample string 6</d2p1:WFKSchemeID>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfSchemesPayloadfZ5PIblm>