POST api/Services

Request Information

URI Parameters

None.

Body Parameters

Collection of Services
NameDescriptionTypeAdditional information
Ref_no

string

None.

Service_add

string

None.

Process_id

integer

None.

Service_type_id

integer

None.

Service_id

integer

None.

File_path

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Ref_no": "sample string 1",
    "Service_add": "sample string 2",
    "Process_id": 3,
    "Service_type_id": 4,
    "Service_id": 5,
    "File_path": "sample string 6"
  },
  {
    "Ref_no": "sample string 1",
    "Service_add": "sample string 2",
    "Process_id": 3,
    "Service_type_id": 4,
    "Service_id": 5,
    "File_path": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Resolution_2._0.Models">
  <Services>
    <File_path>sample string 6</File_path>
    <Process_id>3</Process_id>
    <Ref_no>sample string 1</Ref_no>
    <Service_add>sample string 2</Service_add>
    <Service_id>5</Service_id>
    <Service_type_id>4</Service_type_id>
  </Services>
  <Services>
    <File_path>sample string 6</File_path>
    <Process_id>3</Process_id>
    <Ref_no>sample string 1</Ref_no>
    <Service_add>sample string 2</Service_add>
    <Service_id>5</Service_id>
    <Service_type_id>4</Service_type_id>
  </Services>
</ArrayOfServices>

multipart/form-data

Sample:
<ArrayOfServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Resolution_2._0.Models"><Services><File_path>sample string 6</File_path><Process_id>3</Process_id><Ref_no>sample string 1</Ref_no><Service_add>sample string 2</Service_add><Service_id>5</Service_id><Service_type_id>4</Service_type_id></Services><Services><File_path>sample string 6</File_path><Process_id>3</Process_id><Ref_no>sample string 1</Ref_no><Service_add>sample string 2</Service_add><Service_id>5</Service_id><Service_type_id>4</Service_type_id></Services></ArrayOfServices>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.