POST api/common/reprice/proforma

Trigger a reprice of proformas in a billing period

Request Information

URI Parameters

None.

Body Parameters

RepricePOST
NameDescriptionTypeAdditional information
BillingPeriodID integer

Required

EmailAddress string

Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[?[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]?)|(([a-zA-Z0-9\-]+\.)+)([a-zA-Z0-9]{2,63}))$

Request Formats

application/json, text/json

Sample:
{
  "BillingPeriodID": 1,
  "EmailAddress": "sample string 2"
}

application/xml, text/xml

Sample:
<RepricePOST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aBILLity.API.Models">
  <BillingPeriodID>1</BillingPeriodID>
  <EmailAddress>sample string 2</EmailAddress>
</RepricePOST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RepriceResult
NameDescriptionTypeAdditional information
ID integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1
}

application/xml, text/xml

Sample:
<RepriceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aBILLity.API.Models">
  <ID>1</ID>
</RepriceResult>