GET api/statementapprovals/{id}

Get Statement Approval by the Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

StatementApprovalViewModel

StatementApprovalViewModel
NameDescriptionTypeAdditional information
Id

StatementApprovalId

integer

None.

Code

Code

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "code": "sample string 2"
}

application/xml, text/xml

Sample:
<StatementApprovalViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
  <Code>sample string 2</Code>
  <Id>1</Id>
</StatementApprovalViewModel>