POST api/need/NeedSaveRequest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
value
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RequestId": "sample string 1",
  "RequestName": "sample string 2",
  "Justification": "sample string 3",
  "ShowroomtypeId": "sample string 4",
  "Showroomtype": "sample string 5",
  "fileupPLocal": "sample string 6",
  "fileupDLocal": "sample string 7",
  "fileULocal": "sample string 8"
}

application/xml, text/xml

Sample:
<NeedSaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SerWebAPI.Models">
  <Justification>sample string 3</Justification>
  <RequestId>sample string 1</RequestId>
  <RequestName>sample string 2</RequestName>
  <Showroomtype>sample string 5</Showroomtype>
  <ShowroomtypeId>sample string 4</ShowroomtypeId>
  <fileULocal>sample string 8</fileULocal>
  <fileupDLocal>sample string 7</fileupDLocal>
  <fileupPLocal>sample string 6</fileupPLocal>
</NeedSaveRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.