POST Services/Add

Request Information

URI Parameters

None.

Body Parameters

AddServicesParam
NameDescriptionTypeAdditional information
package_mast_id

integer

None.

price

string

None.

no_of_survey_book_at_time

string

None.

storage_limitations

string

None.

screen_limitations

integer

None.

priority_support

boolean

None.

training_and_support

boolean

None.

dedicated_support

boolean

None.

dedicated_account_manager

boolean

None.

design_permit_package

boolean

None.

free_sld

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "package_mast_id": 1,
  "price": "sample string 2",
  "no_of_survey_book_at_time": "sample string 3",
  "storage_limitations": "sample string 4",
  "screen_limitations": 5,
  "priority_support": true,
  "training_and_support": true,
  "dedicated_support": true,
  "dedicated_account_manager": true,
  "design_permit_package": true,
  "free_sld": true
}

application/xml, text/xml

Sample:
<AddServicesParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <dedicated_account_manager>true</dedicated_account_manager>
  <dedicated_support>true</dedicated_support>
  <design_permit_package>true</design_permit_package>
  <free_sld>true</free_sld>
  <no_of_survey_book_at_time>sample string 3</no_of_survey_book_at_time>
  <package_mast_id>1</package_mast_id>
  <price>sample string 2</price>
  <priority_support>true</priority_support>
  <screen_limitations>5</screen_limitations>
  <storage_limitations>sample string 4</storage_limitations>
  <training_and_support>true</training_and_support>
</AddServicesParam>

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.