POST api/school/issuance-school/v1/respond
Request Information
URI Parameters
None.
Body Parameters
ItemIssuanceSchool| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| weekNo | integer |
None. |
|
| dayOfYear | integer |
None. |
|
| day | integer |
None. |
|
| date | date |
None. |
|
| user_id | integer |
None. |
|
| user_name | string |
None. |
|
| school_id | string |
None. |
|
| school_name | string |
None. |
|
| region | string |
None. |
|
| to_school_id | string |
None. |
|
| to_school_name | string |
None. |
|
| to_school_region | string |
None. |
|
| recipient_type | string |
None. |
|
| recipient_name | string |
None. |
|
| recipient_phone | string |
None. |
|
| recipient_email | string |
None. |
|
| image | string |
None. |
|
| item_id | integer |
None. |
|
| item_name | string |
None. |
|
| measurement | string |
None. |
|
| quantity_issued | decimal number |
None. |
|
| status | integer |
None. |
|
| is_approved | boolean |
None. |
|
| comments | string |
None. |
|
| last_modified | date |
None. |
|
| to_school_user_id | integer |
None. |
|
| to_school_user_name | string |
None. |
|
| date_responded | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"year": 2,
"month": 3,
"weekNo": 4,
"dayOfYear": 5,
"day": 6,
"date": "2025-12-06T04:33:43.3291402+00:00",
"user_id": 8,
"user_name": "sample string 9",
"school_id": "sample string 10",
"school_name": "sample string 11",
"region": "sample string 12",
"to_school_id": "sample string 13",
"to_school_name": "sample string 14",
"to_school_region": "sample string 15",
"recipient_type": "sample string 16",
"recipient_name": "sample string 17",
"recipient_phone": "sample string 18",
"recipient_email": "sample string 19",
"image": "sample string 20",
"item_id": 21,
"item_name": "sample string 22",
"measurement": "sample string 23",
"quantity_issued": 24.0,
"status": 25,
"is_approved": true,
"comments": "sample string 27",
"last_modified": "2025-12-06T04:33:43.3447055+00:00",
"to_school_user_id": 29,
"to_school_user_name": "sample string 30",
"date_responded": "2025-12-06T04:33:43.3447055+00:00"
}
application/xml, text/xml
Sample:
<ItemIssuanceSchool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <comments>sample string 27</comments> <date>2025-12-06T04:33:43.3291402+00:00</date> <date_responded>2025-12-06T04:33:43.3447055+00:00</date_responded> <day>6</day> <dayOfYear>5</dayOfYear> <id>1</id> <image>sample string 20</image> <is_approved>true</is_approved> <item_id>21</item_id> <item_name>sample string 22</item_name> <last_modified>2025-12-06T04:33:43.3447055+00:00</last_modified> <measurement>sample string 23</measurement> <month>3</month> <quantity_issued>24</quantity_issued> <recipient_email>sample string 19</recipient_email> <recipient_name>sample string 17</recipient_name> <recipient_phone>sample string 18</recipient_phone> <recipient_type>sample string 16</recipient_type> <region>sample string 12</region> <school_id>sample string 10</school_id> <school_name>sample string 11</school_name> <status>25</status> <to_school_id>sample string 13</to_school_id> <to_school_name>sample string 14</to_school_name> <to_school_region>sample string 15</to_school_region> <to_school_user_id>29</to_school_user_id> <to_school_user_name>sample string 30</to_school_user_name> <user_id>8</user_id> <user_name>sample string 9</user_name> <weekNo>4</weekNo> <year>2</year> </ItemIssuanceSchool>
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.