Executes the Change action for the Revenue Projection Entries data object.

Plugs revenue projection units and/or dollars on a batch line in bJCIR.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The code of the subscriber that you are making this request for.

Body Params

Plugs revenue projection units and/or dollars on a batch line in bJCIR. BatchSeq uniquely identifies the line when a batch contains duplicate Contract/Item combinations.

integer
required
1 to 255

Key to jc/rev_proj_bat_entries(Co, Mth, BatchId, BatchSeq) and jc/rev_proj_batches(Co, Mth, BatchId).

date
required
^([0-9]{4})-(1[0-2]|0[1-9])-01$

Batch month. Format YYYY-MM-01.

integer
required

Revenue projection batch ID.

string
required
length ≤ 10

Key to jc/contract_items(Co, Contract, Item).

string
required
length ≤ 16

Contract item to plug.

string
^[-+]?[0-9]{1,9}(?:\.[0-9]{0,3})?$

Revenue projected units to plug (numeric(12,3)). Optional; if omitted, units are not changed.

string
^[-+]?[0-9]{1,10}(?:\.[0-9]{0,2})?$

Revenue projected dollars to plug (numeric(12,2)). Optional; if omitted, dollars are not changed.

date

Optional projection date for the plugged line. Format YYYY-MM-DD.

__custom_fields
object

Custom field values for the batch entry.

integer
≥ 1

Optional batch sequence that uniquely identifies the entry. Required when Contract and Item match multiple entries in the batch.

Headers
string
required

Used to authorize access to the Direct API.

Responses

401

You have not provided a proper X-Application-Key in the header of this request.

403

The X-Application-Key provided is valid but the key does not have access to this resource.

404

The object with the given ID was not found OR a subscriber with the given URL was not found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json