POST SavePoFileInfo?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
PoFileInfoBO| Name | Description | Type | Additional information |
|---|---|---|---|
| POID | integer |
None. |
|
| Filename | string |
None. |
|
| ShareType | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"POID": 1,
"Filename": "sample string 2",
"ShareType": "sample string 3",
"UserName": "sample string 4"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.PoFileInfoBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Filename>sample string 2</Filename> <POID>1</POID> <ShareType>sample string 3</ShareType> <UserName>sample string 4</UserName> </OnlineCreatePO_BO.PoFileInfoBO>
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.