POST api/WebApp/GetAllEditedOtherEntities
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfEditedOtherEntityResponseName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of EditedOtherEntityResponse |
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": [ { "OrganizationID": 1, "OrganizationName": "sample string 2" }, { "OrganizationID": 1, "OrganizationName": "sample string 2" } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-27T19:36:44.5384587+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfEditedOtherEntityResponsekQwVjwcY 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.Responses"> <d2p1:EditedOtherEntityResponse> <d2p1:OrganizationID>1</d2p1:OrganizationID> <d2p1:OrganizationName>sample string 2</d2p1:OrganizationName> </d2p1:EditedOtherEntityResponse> <d2p1:EditedOtherEntityResponse> <d2p1:OrganizationID>1</d2p1:OrganizationID> <d2p1:OrganizationName>sample string 2</d2p1:OrganizationName> </d2p1:EditedOtherEntityResponse> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfEditedOtherEntityResponsekQwVjwcY>