POST api/Customer/AddEditCustomerPriceDetail

Request Information

URI Parameters

None.

Body Parameters

CustomerPriceDetailsMapperList
NameDescriptionTypeAdditional information
CompanyID

integer

None.

ID

integer

None.

CustomerID

integer

None.

CreatedOn

date

None.

RoomRate

decimal number

None.

HourlyRate

decimal number

None.

UserName

string

None.

CompletedOn

date

None.

ServiceTax

decimal number

None.

Monthly

string

None.

Eow

string

None.

Weekly

string

None.

Occasional

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "ID": 2,
  "CustomerID": 3,
  "CreatedOn": "2025-11-08T11:48:25.2247608+00:00",
  "RoomRate": 5.0,
  "HourlyRate": 6.0,
  "UserName": "sample string 7",
  "CompletedOn": "2025-11-08T11:48:25.2247608+00:00",
  "ServiceTax": 9.0,
  "Monthly": "sample string 10",
  "Eow": "sample string 11",
  "Weekly": "sample string 12",
  "Occasional": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
HasError

boolean

None.

HasSuccess

boolean

None.

Status

StatusType

None.

MessageTitle

string

None.

Message

string

None.

ExceptionMessage

string

None.

ExceptionStackTrace

string

None.

ResultException

Exception

None.

ResultObject

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultObject": {},
  "HasError": false,
  "HasSuccess": true,
  "Status": 200,
  "MessageTitle": "sample string 3",
  "Message": "sample string 4",
  "ExceptionMessage": "sample string 5",
  "ExceptionStackTrace": "sample string 6",
  "ResultException": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  }
}