POST api/WebApp/GetAllCoAs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfACC_AccountingActionsName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of ACC_AccountingActions |
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": [ { "AccActionID": 1, "TxnType": "sample string 2", "ActionType": "sample string 3", "EventType": "sample string 4", "DebitFrom": "sample string 5", "CreditTo": "sample string 6", "FromProduct": 7, "ToProduct": 8, "CreatedBy": "sample string 9", "CreatedDate": "2024-11-27T19:36:38.2944077+03:00", "ModifiedBy": "sample string 11", "ModifiedDate": "2024-11-27T19:36:38.2944077+03:00", "RecOwnerOrgID": 13 }, { "AccActionID": 1, "TxnType": "sample string 2", "ActionType": "sample string 3", "EventType": "sample string 4", "DebitFrom": "sample string 5", "CreditTo": "sample string 6", "FromProduct": 7, "ToProduct": 8, "CreatedBy": "sample string 9", "CreatedDate": "2024-11-27T19:36:38.2944077+03:00", "ModifiedBy": "sample string 11", "ModifiedDate": "2024-11-27T19:36:38.2944077+03:00", "RecOwnerOrgID": 13 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-27T19:36:38.2944077+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfACC_AccountingActionsb0OrUTep 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.Modules.ACC"> <d2p1:ACC_AccountingActions> <d2p1:AccActionID>1</d2p1:AccActionID> <d2p1:ActionType>sample string 3</d2p1:ActionType> <d2p1:CreatedBy>sample string 9</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-27T19:36:38.2944077+03:00</d2p1:CreatedDate> <d2p1:CreditTo>sample string 6</d2p1:CreditTo> <d2p1:DebitFrom>sample string 5</d2p1:DebitFrom> <d2p1:EventType>sample string 4</d2p1:EventType> <d2p1:FromProduct>7</d2p1:FromProduct> <d2p1:ModifiedBy>sample string 11</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-27T19:36:38.2944077+03:00</d2p1:ModifiedDate> <d2p1:RecOwnerOrgID>13</d2p1:RecOwnerOrgID> <d2p1:ToProduct>8</d2p1:ToProduct> <d2p1:TxnType>sample string 2</d2p1:TxnType> </d2p1:ACC_AccountingActions> <d2p1:ACC_AccountingActions> <d2p1:AccActionID>1</d2p1:AccActionID> <d2p1:ActionType>sample string 3</d2p1:ActionType> <d2p1:CreatedBy>sample string 9</d2p1:CreatedBy> <d2p1:CreatedDate>2024-11-27T19:36:38.2944077+03:00</d2p1:CreatedDate> <d2p1:CreditTo>sample string 6</d2p1:CreditTo> <d2p1:DebitFrom>sample string 5</d2p1:DebitFrom> <d2p1:EventType>sample string 4</d2p1:EventType> <d2p1:FromProduct>7</d2p1:FromProduct> <d2p1:ModifiedBy>sample string 11</d2p1:ModifiedBy> <d2p1:ModifiedDate>2024-11-27T19:36:38.2944077+03:00</d2p1:ModifiedDate> <d2p1:RecOwnerOrgID>13</d2p1:RecOwnerOrgID> <d2p1:ToProduct>8</d2p1:ToProduct> <d2p1:TxnType>sample string 2</d2p1:TxnType> </d2p1:ACC_AccountingActions> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfACC_AccountingActionsb0OrUTep>