POST api/provider_master/{providerId}/financial

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerId

integer

Required

Body Parameters

ProviderFinancialDetailsModel
NameDescriptionTypeAdditional information
id

integer

None.

vendor_service_type

string

None.

billing

decimal number

None.

billing_interest

decimal number

None.

initial_billing

decimal number

None.

initial_billing_interest

decimal number

None.

settlement_principal

decimal number

None.

settlement_interest

decimal number

None.

cost_balance

decimal number

None.

invoice_type

string

None.

is_vendor_service

boolean

None.

vendor_fee

decimal number

None.

vendor_name

string

None.

is_for_filing_fee

boolean

None.

is_for_reimburse

boolean

None.

is_for_rebuttal

boolean

None.

is_sees_ff

boolean

None.

is_sees_rff

boolean

None.

is_invoiced_ff

boolean

None.

short_name

string

None.

postage

decimal number

None.

sd_code

string

None.

fee_schedule

integer

None.

is_override_vendor_fee

boolean

None.

override_claim_amount

decimal number

None.

override_vendor_fee

decimal number

None.

iola_acount_id

integer

None.

amount_type

string

None.

deduct_vendor_fee_from

DeductVendorFeeType

None.

slabs

Collection of ProviderSlabModel

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "vendor_service_type": "sample string 1",
  "billing": 1.1,
  "billing_interest": 1.1,
  "initial_billing": 1.1,
  "initial_billing_interest": 1.1,
  "settlement_principal": 1.0,
  "settlement_interest": 1.0,
  "cost_balance": 1.0,
  "invoice_type": "sample string 2",
  "is_vendor_service": true,
  "vendor_fee": 1.1,
  "vendor_name": "sample string 3",
  "is_for_filing_fee": true,
  "is_for_reimburse": true,
  "is_for_rebuttal": true,
  "is_sees_ff": true,
  "is_sees_rff": true,
  "is_invoiced_ff": true,
  "short_name": "sample string 4",
  "postage": 1.0,
  "sd_code": "sample string 5",
  "fee_schedule": 1,
  "is_override_vendor_fee": true,
  "override_claim_amount": 1.0,
  "override_vendor_fee": 1.0,
  "iola_acount_id": 1,
  "amount_type": "sample string 6",
  "deduct_vendor_fee_from": 1,
  "slabs": [
    {
      "id": 1,
      "slab_from": 1.0,
      "slab_to": 1.0,
      "vendor_fee": 1.0,
      "amount_type": "sample string 1"
    },
    {
      "id": 1,
      "slab_from": 1.0,
      "slab_to": 1.0,
      "vendor_fee": 1.0,
      "amount_type": "sample string 1"
    }
  ]
}

text/html

Sample:
{"id":1,"vendor_service_type":"sample string 1","billing":1.1,"billing_interest":1.1,"initial_billing":1.1,"initial_billing_interest":1.1,"settlement_principal":1.0,"settlement_interest":1.0,"cost_balance":1.0,"invoice_type":"sample string 2","is_vendor_service":true,"vendor_fee":1.1,"vendor_name":"sample string 3","is_for_filing_fee":true,"is_for_reimburse":true,"is_for_rebuttal":true,"is_sees_ff":true,"is_sees_rff":true,"is_invoiced_ff":true,"short_name":"sample string 4","postage":1.0,"sd_code":"sample string 5","fee_schedule":1,"is_override_vendor_fee":true,"override_claim_amount":1.0,"override_vendor_fee":1.0,"iola_acount_id":1,"amount_type":"sample string 6","deduct_vendor_fee_from":1,"slabs":[{"id":1,"slab_from":1.0,"slab_to":1.0,"vendor_fee":1.0,"amount_type":"sample string 1"},{"id":1,"slab_from":1.0,"slab_to":1.0,"vendor_fee":1.0,"amount_type":"sample string 1"}]}

application/xml, text/xml

Sample:
<ProviderFinancialDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <amount_type>sample string 6</amount_type>
  <billing>1.1</billing>
  <billing_interest>1.1</billing_interest>
  <cost_balance>1</cost_balance>
  <deduct_vendor_fee_from>LawFirm</deduct_vendor_fee_from>
  <fee_schedule>1</fee_schedule>
  <id>1</id>
  <initial_billing>1.1</initial_billing>
  <initial_billing_interest>1.1</initial_billing_interest>
  <invoice_type>sample string 2</invoice_type>
  <iola_acount_id>1</iola_acount_id>
  <is_for_filing_fee>true</is_for_filing_fee>
  <is_for_rebuttal>true</is_for_rebuttal>
  <is_for_reimburse>true</is_for_reimburse>
  <is_invoiced_ff>true</is_invoiced_ff>
  <is_override_vendor_fee>true</is_override_vendor_fee>
  <is_sees_ff>true</is_sees_ff>
  <is_sees_rff>true</is_sees_rff>
  <is_vendor_service>true</is_vendor_service>
  <override_claim_amount>1</override_claim_amount>
  <override_vendor_fee>1</override_vendor_fee>
  <postage>1</postage>
  <sd_code>sample string 5</sd_code>
  <settlement_interest>1</settlement_interest>
  <settlement_principal>1</settlement_principal>
  <short_name>sample string 4</short_name>
  <slabs>
    <ProviderSlabModel>
      <amount_type>sample string 1</amount_type>
      <id>1</id>
      <slab_from>1</slab_from>
      <slab_to>1</slab_to>
      <vendor_fee>1</vendor_fee>
    </ProviderSlabModel>
    <ProviderSlabModel>
      <amount_type>sample string 1</amount_type>
      <id>1</id>
      <slab_from>1</slab_from>
      <slab_to>1</slab_to>
      <vendor_fee>1</vendor_fee>
    </ProviderSlabModel>
  </slabs>
  <vendor_fee>1.1</vendor_fee>
  <vendor_name>sample string 3</vendor_name>
  <vendor_service_type>sample string 1</vendor_service_type>
</ProviderFinancialDetailsModel>

multipart/form-data

Sample:
<ProviderFinancialDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><amount_type>sample string 6</amount_type><billing>1.1</billing><billing_interest>1.1</billing_interest><cost_balance>1</cost_balance><deduct_vendor_fee_from>LawFirm</deduct_vendor_fee_from><fee_schedule>1</fee_schedule><id>1</id><initial_billing>1.1</initial_billing><initial_billing_interest>1.1</initial_billing_interest><invoice_type>sample string 2</invoice_type><iola_acount_id>1</iola_acount_id><is_for_filing_fee>true</is_for_filing_fee><is_for_rebuttal>true</is_for_rebuttal><is_for_reimburse>true</is_for_reimburse><is_invoiced_ff>true</is_invoiced_ff><is_override_vendor_fee>true</is_override_vendor_fee><is_sees_ff>true</is_sees_ff><is_sees_rff>true</is_sees_rff><is_vendor_service>true</is_vendor_service><override_claim_amount>1</override_claim_amount><override_vendor_fee>1</override_vendor_fee><postage>1</postage><sd_code>sample string 5</sd_code><settlement_interest>1</settlement_interest><settlement_principal>1</settlement_principal><short_name>sample string 4</short_name><slabs><ProviderSlabModel><amount_type>sample string 1</amount_type><id>1</id><slab_from>1</slab_from><slab_to>1</slab_to><vendor_fee>1</vendor_fee></ProviderSlabModel><ProviderSlabModel><amount_type>sample string 1</amount_type><id>1</id><slab_from>1</slab_from><slab_to>1</slab_to><vendor_fee>1</vendor_fee></ProviderSlabModel></slabs><vendor_fee>1.1</vendor_fee><vendor_name>sample string 3</vendor_name><vendor_service_type>sample string 1</vendor_service_type></ProviderFinancialDetailsModel>

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.