PUT api/v1/pg_Award/{awardId}/awardId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
awardId | integer |
Required |
Body Parameters
Pg_AwardVMName | Description | Type | Additional information |
---|---|---|---|
awardId | integer |
None. |
|
award | string |
None. |
|
yearId | integer |
None. |
|
awardingBody | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
studentId | integer |
None. |
|
applicationNumber | string |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "awardId": 1, "award": "sample string 2", "yearId": 1, "awardingBody": "sample string 3", "tenantId": 1, "dateCreated": "2024-11-24T08:58:11.3728583-08:00", "studentId": 1, "applicationNumber": "sample string 4", "createdBy": 5 }
application/xml, text/xml
Sample:
<Pg_AwardVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <applicationNumber>sample string 4</applicationNumber> <award>sample string 2</award> <awardId>1</awardId> <awardingBody>sample string 3</awardingBody> <createdBy>5</createdBy> <dateCreated>2024-11-24T08:58:11.3728583-08:00</dateCreated> <studentId>1</studentId> <tenantId>1</tenantId> <yearId>1</yearId> </Pg_AwardVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.