POST api/ProviderServicesContract/ProviderServicesContractPrice

Request Information

URI Parameters

None.

Body Parameters

PS_Prices
NameDescriptionTypeAdditional information
PS_Price_Id

integer

None.

PSC_Id

integer

None.

Make

integer

None.

MakeName

string

None.

Model

integer

None.

ModelName

string

None.

Year

integer

None.

Price

decimal number

Required

Matching regular expression pattern: (.*[1-9].*)|(.*[.].*[1-9].*)

Start_Date

date

None.

End_Date

date

None.

Discount

decimal number

None.

TenantId

integer

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PS_Price_Id": 1,
  "PSC_Id": 2,
  "Make": 3,
  "MakeName": "sample string 4",
  "Model": 5,
  "ModelName": "sample string 6",
  "Year": 7,
  "Price": 8.0,
  "Start_Date": "2025-12-13T10:30:51.6159114+05:00",
  "End_Date": "2025-12-13T10:30:51.6159114+05:00",
  "Discount": 11.0,
  "TenantId": 12,
  "Remark": "sample string 13"
}

text/xml

Sample:
<PS_Prices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.Provider">
  <Discount>11</Discount>
  <End_Date>2025-12-13T10:30:51.6159114+05:00</End_Date>
  <Make>3</Make>
  <MakeName>sample string 4</MakeName>
  <Model>5</Model>
  <ModelName>sample string 6</ModelName>
  <PSC_Id>2</PSC_Id>
  <PS_Price_Id>1</PS_Price_Id>
  <Price>8</Price>
  <Remark>sample string 13</Remark>
  <Start_Date>2025-12-13T10:30:51.6159114+05:00</Start_Date>
  <TenantId>12</TenantId>
  <Year>7</Year>
</PS_Prices>

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.