POST api/WebApp/GetReturnedGLTypeMasterDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfGLTypeMasterPayloadName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | GLTypeMasterPayload |
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", "WFKGLTypeID": "sample string 5", "Action": "sample string 6", "GLTypeID": 7, "AccountName": "sample string 8", "ShortName": "sample string 9", "AccountDescription": "sample string 10", "IsCreditAllowed": "sample string 11", "IsDebitAllowed": "sample string 12", "Active": "sample string 13", "CreatedBy": "sample string 14", "CreatedDate": "2024-11-28T14:46:51.9244448+03:00", "ModifiedBy": "sample string 16", "ModifiedDate": "2024-11-28T14:46:51.9244448+03:00", "RecOwnerOrgID": 18 }, "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-28T14:46:51.9244448+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfGLTypeMasterPayloadfZ5PIblm 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"> <AccountDescription xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 10</AccountDescription> <AccountName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 8</AccountName> <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 13</Active> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 14</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">2024-11-28T14:46:51.9244448+03:00</CreatedDate> <GLTypeID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">7</GLTypeID> <IsCreditAllowed xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 11</IsCreditAllowed> <IsDebitAllowed xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 12</IsDebitAllowed> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 16</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">2024-11-28T14:46:51.9244448+03:00</ModifiedDate> <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">18</RecOwnerOrgID> <ShortName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.ACC">sample string 9</ShortName> <d2p1:Action>sample string 6</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:WFKGLTypeID>sample string 5</d2p1:WFKGLTypeID> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfGLTypeMasterPayloadfZ5PIblm>