Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 483 Bytes

File metadata and controls

18 lines (16 loc) · 483 Bytes

BulkSubRequest

Properties

Name Type Description Notes
uri String
method MethodEnum
parameters List<Object> [optional]
headers List<Object> [optional]

Enum: MethodEnum

Name Value
GET "GET"
POST "POST"
PUT "PUT"
DELETE "DELETE"