PUT Billings/JournalTypes/{journalTypeID}?validateOnly={validateOnly}

Update invoiceBatch

Request Information

URI Parameters

NameDescriptionTypeAdditional information
journalTypeID

JournalTypeID of JournalType to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

JournalType data

JournalTypeDTO
NameDescriptionTypeAdditional information
JournalTypeID

integer

None.

JournalTypeName

string

None.

TransactionTypeIDs

Collection of integer

None.

AccessType

RecordAccessType

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Props

Collection of Object

None.

Response Information

Resource Description

Success or not

IHttpActionResult

None.