POST api/Services/UpdatedService1

Request Information

URI Parameters

None.

Body Parameters

Service
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

created

date

None.

createdBy

string

None.

updated

date

None.

updatedBy

string

None.

status

boolean

None.

Price

integer

None.

deliveryDateTime

date

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "created": "2025-12-09T19:03:39.2328618-08:00",
  "createdBy": "sample string 3",
  "updated": "2025-12-09T19:03:39.2328618-08:00",
  "updatedBy": "sample string 4",
  "status": true,
  "Price": 1,
  "deliveryDateTime": "2025-12-09T19:03:39.2328618-08:00",
  "Type": "sample string 5"
}

application/xml, text/xml

Sample:
<Service xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API">
  <Price>1</Price>
  <Type>sample string 5</Type>
  <created>2025-12-09T19:03:39.2328618-08:00</created>
  <createdBy>sample string 3</createdBy>
  <deliveryDateTime>2025-12-09T19:03:39.2328618-08:00</deliveryDateTime>
  <id>1</id>
  <name>sample string 2</name>
  <status>true</status>
  <updated>2025-12-09T19:03:39.2328618-08:00</updated>
  <updatedBy>sample string 4</updatedBy>
</Service>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.