POST api/PCAPI20/UploadArrangeClassTemplate
Request Information
URI Parameters
None.
Body Parameters
UploadDataName | Description | Type | Additional information |
---|---|---|---|
groupID | globally unique identifier |
None. |
|
year | integer |
None. |
|
month | integer |
None. |
|
data | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "groupID": "00e0c7ab-a8f6-4b0f-a516-2639ec860a6f", "year": 2, "month": 3, "data": "sample string 4" }
application/xml, text/xml
Sample:
<PCAPI20Controller.UploadData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Controller"> <data>sample string 4</data> <groupID>00e0c7ab-a8f6-4b0f-a516-2639ec860a6f</groupID> <month>3</month> <year>2</year> </PCAPI20Controller.UploadData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>